COLOR #53BBEE

HEX: #53BBEE
RGB: (83,187,238)

Color info

#53BBEE contains mainly green and blue colors. Web safe color of #53BBEE is #66CCFF (or #6CF).

RGB color model

#53BBEE color RGB value is (83,187,238).

  • red value is 83;
  • green value is 187;
  • blue value is 238.
RGB:
(83,187,238)
(33%,73%,93%)

RGB channels and saturation

R 83 of 255 = 33%
G 187 of 255 = 73%
B 238 of 255 = 93%

83
187
238

R + G + B ~ 66%. #53BBEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 187 + 238 = 508 (100%)
R 83 of 508 ~ 16.34%
G 187 of 508 ~ 36.81%
B 238 of 508 ~ 46.85%

%16.34
%36.81
%46.85

CMYK color model

#53BBEE color CMYK value is (65,21,0,7).

  • cyan value is 65.13%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(65,21,0,7)
C65M21Y0K7 
(65%,21%,0%,7%)
(0.65/0.21/0.00/0.07)	

CMYK percentages

%65.13
%21.43
%0
%6.67

Codes

Color #53BBEE in popluar color models

53BBEE
RGB83187238
HSL200°82.01%62.94%
HSB/HSV200°65.13%93.33%
CMYK65.13%21.43%0.00%
6.67%

Color #53BBEE in popluar number systems.

HEX53BBEE
Decimal83187238
Binary10100111011101111101110
Octal123273356

Shades and tints

Shades of #53BBEE

#53BBEE
(83,187,238)
#4CAAD9
(76,170,217)
#4599C4
(69,153,196)
#3E88AF
(62,136,175)
#37779A
(55,119,154)
#306685
(48,102,133)
#295570
(41,85,112)
#22445B
(34,68,91)
#1B3346
(27,51,70)
#142231
(20,34,49)
#0D111C
(13,17,28)
#000000
(0,0,0)

Tints of #53BBEE

#53BBEE
(83,187,238)
#62C1EF
(98,193,239)
#71C7F0
(113,199,240)
#80CDF1
(128,205,241)
#8FD3F2
(143,211,242)
#9ED9F3
(158,217,243)
#ADDFF4
(173,223,244)
#BCE5F5
(188,229,245)
#CBEBF6
(203,235,246)
#DAF1F7
(218,241,247)
#E9F7F8
(233,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53BBEE color. Also use rgb(83,187,238) instead hex code.

Text Font Color

.myTextColor { color: #53BBEE; }

<p style="color:#53BBEE">This sample text font color is #53BBEE.</p>

This text font color is #53BBEE.


Background Color

.myBgColor { background-color: #53BBEE; }

<div style="background-color:#53BBEE">Inner text</div>

This div background color is #53BBEE.


Border color

.myBorderColor { border: 1px solid #53BBEE; }

<div style="border:3px solid #53BBEE">Div</div>

This div border color is #53BBEE.


Opacity

.myOpacity80 { color: #53BBEE; opacity: 0.8; }

<p style="color:#53BBEE;opacity:0.8;">80%</p>

Text with #53BBEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #53BBEE;}

<p style="text-shadow: 3px 3px 1px #53BBEE">Text here.</p>

This text has shadow with #53BBEE color.

.textShadow {text-shadow: 3px 3px 1px #53BBEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #53BBEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #53BBEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53BBEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#53BBEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #53BBEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #53BBEE;
  -webkit-box-shadow:	1px 1px 3px 2px #53BBEE;
  box-shadow:		1px 1px 3px 2px #53BBEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53BBEE;
-webkit-box-shadow: 1px 1px 3px 2px #53BBEE;
box-shadow:1px 1px 3px 2px #53BBEE;">
Div content here</div>
This div box has shadow with color #53BBEE.

Preview

Color preview on black background

This text has color #53BBEE on black background.


Color preview on white background

This text has color #53BBEE on white background.



Black color preview on #53BBEE background

This text has black color on #53BBEE background.


White color preview on #53BBEE background

This text has white color on #53BBEE background.