#57fae6

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

Shades of Baby Blue #57FAE6

Tints of Baby Blue #57FAE6

Color information

#57FAE6 (or 0x57FAE6) is unknown color: approx Baby Blue. HEX triplet: 57, FA and E6. RGB value is (87,250,230). Sum of RGB (Red+Green+Blue) = 87+250+230=567 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.34% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #57FAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FAE6 is #A80519. Grayscale: #C6C6C6. Windows color (decimal): -11011354 or 15137367. OLE color: 15137367.

HSL color Cylindrical-coordinate representation of color #57FAE6: hue angle of 172.64º degrees, saturation: 0.94, 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 #57FAE6 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB87250230-
CMYK0.6500.080.02
HSL172.64º94.22%66.08%-
HSV(B)172.64º65.2%98.04%-
XYZ52.476.1186.79-
YUV198.98145.548.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.34%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 230 (90.23% from 255) = 40.56%
R=15.34%
G=44.09%
B=40.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872502300.6500.080.02172.6494.2266.08
Hex57FAE641082ad5e42
Octal1273723461010102255136102
Binary10101111111101011100110100000101000101010110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57fae6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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