#57FCF6

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

Shades of Baby Blue #57FCF6

Tints of Baby Blue #57FCF6

Color information

#57FCF6 (or 0x57FCF6) is unknown color: approx Baby Blue. HEX triplet: 57, FC and F6. RGB value is (87,252,246). Sum of RGB (Red+Green+Blue) = 87+252+246=585 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.87% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FCF6 is #A80309. Grayscale: #C9C9C9. Windows color (decimal): -11010826 or 16186455. OLE color: 16186455.

HSL color Cylindrical-coordinate representation of color #57FCF6: hue angle of 177.82º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCF6 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB87252246-
CMYK0.6500.020.01
HSL177.82º96.49%66.47%-
HSV(B)177.82º65.48%98.82%-
XYZ55.3878.399.38-
YUV201.98152.8445.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.87%
GREEN value IS 252 (98.83% from 255) = 43.08%
BLUE value IS 246 (96.48% from 255) = 42.05%
R=14.87%
G=43.08%
B=42.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal872522460.6500.020.01177.8296.4966.47
Hex57FCF641021b26042
Octal127374366101021262140102
Binary10101111111110011110110100000101011011001011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,252,246); }

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

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

 a { background-color: rgb(87,252,246); }

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

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

 span { border-color: rgb(87,252,246); }

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