#57F5E6

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

Shades of Baby Blue #57F5E6

Tints of Baby Blue #57F5E6

Color information

#57F5E6 (or 0x57F5E6) is unknown color: approx Baby Blue. HEX triplet: 57, F5 and E6. RGB value is (87,245,230). Sum of RGB (Red+Green+Blue) = 87+245+230=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #57F5E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F5E6 is #A80A19. Grayscale: #C3C3C3. Windows color (decimal): -11012634 or 15136087. OLE color: 15136087.

HSL color Cylindrical-coordinate representation of color #57F5E6: hue angle of 174.3º 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 #57F5E6 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB87245230-
CMYK0.6400.060.04
HSL174.3º88.76%65.1%-
HSV(B)174.3º64.49%96.08%-
XYZ50.8773.0486.28-
YUV196.05147.1550.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.48%
GREEN value IS 245 (96.09% from 255) = 43.59%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=15.48%
G=43.59%
B=40.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal872452300.6400.060.04174.388.7665.1
Hex57F5E640064ae5941
Octal127365346100064256131101
Binary10101111111010111100110100000001101001010111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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