#57F2FE

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

Shades of Baby Blue #57F2FE

Tints of Baby Blue #57F2FE

Color information

#57F2FE (or 0x57F2FE) is unknown color: approx Baby Blue. HEX triplet: 57, F2 and FE. RGB value is (87,242,254). Sum of RGB (Red+Green+Blue) = 87+242+254=583 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.92% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #57F2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F2FE is #A80D01. Grayscale: #C4C4C4. Windows color (decimal): -11013378 or 16708183. OLE color: 16708183.

HSL color Cylindrical-coordinate representation of color #57F2FE: hue angle of 184.31º 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 #57F2FE is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB87242254-
CMYK0.660.0500.00
HSL184.31º98.82%66.86%-
HSV(B)184.31º65.75%99.61%-
XYZ53.5772.69104.97-
YUV197.02160.1549.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.92%
GREEN value IS 242 (94.92% from 255) = 41.51%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=14.92%
G=41.51%
B=43.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal872422540.660.0500.00184.3198.8266.86
Hex57F2FE42500b86343
Octal127362376102500270143103
Binary101011111110010111111101000010101001011100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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