#57F0FE

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

Shades of Baby Blue #57F0FE

Tints of Baby Blue #57F0FE

Color information

#57F0FE (or 0x57F0FE) is unknown color: approx Baby Blue. HEX triplet: 57, F0 and FE. RGB value is (87,240,254). Sum of RGB (Red+Green+Blue) = 87+240+254=581 (76% of max value = 765). Red value is 87 (34.38% from 255 or 14.97% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #57F0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F0FE is #A80F01. Grayscale: #C3C3C3. Windows color (decimal): -11013890 or 16707671. OLE color: 16707671.

HSL color Cylindrical-coordinate representation of color #57F0FE: hue angle of 185.03º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57F0FE is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB87240254-
CMYK0.660.0600.00
HSL185.03º98.82%66.86%-
HSV(B)185.03º65.75%99.61%-
XYZ52.9871.5104.77-
YUV195.85160.8150.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.97%
GREEN value IS 240 (94.14% from 255) = 41.31%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=14.97%
G=41.31%
B=43.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal872402540.660.0600.00185.0398.8266.86
Hex57F0FE42600b96343
Octal127360376102600271143103
Binary101011111110000111111101000010110001011100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,240,254); }

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

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

 a { background-color: rgb(87,240,254); }

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

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

 span { border-color: rgb(87,240,254); }

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