#57fcf5

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

Shades of Baby Blue #57FCF5

Tints of Baby Blue #57FCF5

Color information

#57FCF5 (or 0x57FCF5) is unknown color: approx Baby Blue. HEX triplet: 57, FC and F5. RGB value is (87,252,245). Sum of RGB (Red+Green+Blue) = 87+252+245=584 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.90% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FCF5 is #A8030A. Grayscale: #C9C9C9. Windows color (decimal): -11010827 or 16120919. OLE color: 16120919.

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

Color convert

RGB87252245-
CMYK0.6500.030.01
HSL177.45º96.49%66.47%-
HSV(B)177.45º65.48%98.82%-
XYZ55.2278.2498.58-
YUV201.87152.3446.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.90%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=14.90%
G=43.15%
B=41.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal872522450.6500.030.01177.4596.4966.47
Hex57FCF541031b16042
Octal127374365101031261140102
Binary10101111111110011110101100000101111011000111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57fcf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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