#57F8FC

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

Shades of Baby Blue #57F8FC

Tints of Baby Blue #57F8FC

Color information

#57F8FC (or 0x57F8FC) is unknown color: approx Baby Blue. HEX triplet: 57, F8 and FC. RGB value is (87,248,252). Sum of RGB (Red+Green+Blue) = 87+248+252=587 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.82% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #57F8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F8FC is #A80703. Grayscale: #C8C8C8. Windows color (decimal): -11011844 or 16578647. OLE color: 16578647.

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

Color convert

RGB87248252-
CMYK0.650.0200.01
HSL181.45º96.49%66.47%-
HSV(B)181.45º65.48%98.82%-
XYZ55.0776.19103.9-
YUV200.32157.1647.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.82%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=14.82%
G=42.25%
B=42.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal872482520.650.0200.01181.4596.4966.47
Hex57F8FC41201b56042
Octal127370374101201265140102
Binary10101111111100011111100100000110011011010111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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