#57EDFB

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

Shades of Baby Blue #57EDFB

Tints of Baby Blue #57EDFB

Color information

#57EDFB (or 0x57EDFB) is unknown color: approx Baby Blue. HEX triplet: 57, ED and FB. RGB value is (87,237,251). Sum of RGB (Red+Green+Blue) = 87+237+251=575 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.13% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #57EDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EDFB is #A81204. Grayscale: #C1C1C1. Windows color (decimal): -11014661 or 16510295. OLE color: 16510295.

HSL color Cylindrical-coordinate representation of color #57EDFB: hue angle of 185.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57EDFB is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87237251-
CMYK0.650.0600.02
HSL185.12º95.35%66.27%-
HSV(B)185.12º65.34%98.43%-
XYZ51.6369.56101.97-
YUV193.75160.351.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.13%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=15.13%
G=41.22%
B=43.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872372510.650.0600.02185.1295.3566.27
Hex57EDFB41602b95f42
Octal127355373101602271137102
Binary1010111111011011111101110000011100101011100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,237,251); }

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

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

 a { background-color: rgb(87,237,251); }

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

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

 span { border-color: rgb(87,237,251); }

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