#57EAFD

Color #57EAFD Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #57EAFD

Tints of Baby Blue #57EAFD

Color information

#57EAFD (or 0x57EAFD) is unknown color: approx Baby Blue. HEX triplet: 57, EA and FD. RGB value is (87,234,253). Sum of RGB (Red+Green+Blue) = 87+234+253=574 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.16% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #57EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EAFD is #A81502. Grayscale: #BFBFBF. Windows color (decimal): -11015427 or 16640599. OLE color: 16640599.

HSL color Cylindrical-coordinate representation of color #57EAFD: hue angle of 186.87º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57EAFD is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB87234253-
CMYK0.660.0800.01
HSL186.87º97.65%66.67%-
HSV(B)186.87º65.61%99.22%-
XYZ51.0867.96103.35-
YUV192.21162.352.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 15.16%
GREEN value IS 234 (91.80% from 255) = 40.77%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=15.16%
G=40.77%
B=44.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal872342530.660.0800.01186.8797.6566.67
Hex57EAFD42801bb6243
Octal1273523751021001273142103
Binary1010111111010101111110110000101000011011101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57EAFD; }

 p { color: rgb(87,234,253); }

 H1.HeaderClassName
 {
   color: #57EAFD;
 }
 .AnyTagClassName
 {
   color: #57EAFD;
 }
</style>
background-color css

<style>
 a { background-color: #57EAFD; }

 a { background-color: rgb(87,234,253); }

 div.DivClassName
 {
   background-color: #57EAFD;
 }
 .BgClassName
 {
   background-color: #57EAFD;
 }
</style>
border-color css

<style>
 span { border-color: #57EAFD; }

 span { border-color: rgb(87,234,253); }

 td.TdClassName
 {
   border-color: #57EAFD;
 }
 .TagClassName
 {
   border-color: #57EAFD;
 }
</style>