#57FEF2

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

Shades of Baby Blue #57FEF2

Tints of Baby Blue #57FEF2

Color information

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

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

Color convert

RGB87254242-
CMYK0.6600.050.00
HSL175.69º98.82%66.86%-
HSV(B)175.69º65.75%99.61%-
XYZ55.479.3296.39-
YUV202.7150.1745.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal872542420.6600.050.00175.6998.8266.86
Hex57FEF242050b06343
Octal127376362102050260143103
Binary101011111111110111100101000010010101011000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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