#57F5EA

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

Shades of Baby Blue #57F5EA

Tints of Baby Blue #57F5EA

Color information

#57F5EA (or 0x57F5EA) is unknown color: approx Baby Blue. HEX triplet: 57, F5 and EA. RGB value is (87,245,234). Sum of RGB (Red+Green+Blue) = 87+245+234=566 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.37% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #57F5EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F5EA is #A80A15. Grayscale: #C4C4C4. Windows color (decimal): -11012630 or 15398231. OLE color: 15398231.

HSL color Cylindrical-coordinate representation of color #57F5EA: hue angle of 175.82º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F5EA is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB87245234-
CMYK0.6400.040.04
HSL175.82º88.76%65.1%-
HSV(B)175.82º64.49%96.08%-
XYZ51.4373.2789.27-
YUV196.5149.1549.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.37%
GREEN value IS 245 (96.09% from 255) = 43.29%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=15.37%
G=43.29%
B=41.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal872452340.6400.040.04175.8288.7665.1
Hex57F5EA40044b05941
Octal127365352100044260131101
Binary10101111111010111101010100000001001001011000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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