#57FEFD

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

Shades of Baby Blue #57FEFD

Tints of Baby Blue #57FEFD

Color information

#57FEFD (or 0x57FEFD) is unknown color: approx Baby Blue. HEX triplet: 57, FE and FD. RGB value is (87,254,253). Sum of RGB (Red+Green+Blue) = 87+254+253=594 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.65% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FEFD is #A80102. Grayscale: #CBCBCB. Windows color (decimal): -11010307 or 16645719. OLE color: 16645719.

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

Color convert

RGB87254253-
CMYK0.6600.000.00
HSL179.64º98.82%66.86%-
HSV(B)179.64º65.75%99.61%-
XYZ57.180105.36-
YUV203.95155.6744.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 14.65%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=14.65%
G=42.76%
B=42.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal872542530.6600.000.00179.6498.8266.86
Hex57FEFD42000b46343
Octal127376375102000264143103
Binary1010111111111101111110110000100001011010011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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