#57F4FA

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

Shades of Baby Blue #57F4FA

Tints of Baby Blue #57F4FA

Color information

#57F4FA (or 0x57F4FA) is unknown color: approx Baby Blue. HEX triplet: 57, F4 and FA. RGB value is (87,244,250). Sum of RGB (Red+Green+Blue) = 87+244+250=581 (76% of max value = 765). Red value is 87 (34.38% from 255 or 14.97% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #57F4FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F4FA is #A80B05. Grayscale: #C5C5C5. Windows color (decimal): -11012870 or 16446551. OLE color: 16446551.

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

Color convert

RGB87244250-
CMYK0.650.0200.02
HSL182.21º94.22%66.08%-
HSV(B)182.21º65.2%98.04%-
XYZ53.5473.63101.83-
YUV197.74157.4949.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.97%
GREEN value IS 244 (95.70% from 255) = 42.00%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=14.97%
G=42.00%
B=43.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872442500.650.0200.02182.2194.2266.08
Hex57F4FA41202b65e42
Octal127364372101202266136102
Binary101011111110100111110101000001100101011011010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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