#57FAF4

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

Shades of Baby Blue #57FAF4

Tints of Baby Blue #57FAF4

Color information

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

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

Color convert

RGB87250244-
CMYK0.6500.020.02
HSL177.79º94.22%66.08%-
HSV(B)177.79º65.2%98.04%-
XYZ54.4576.9397.57-
YUV200.58152.546.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872502440.6500.020.02177.7994.2266.08
Hex57FAF441022b25e42
Octal127372364101022262136102
Binary101011111111010111101001000001010101011001010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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