#57EFF8

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

Shades of Baby Blue #57EFF8

Tints of Baby Blue #57EFF8

Color information

#57EFF8 (or 0x57EFF8) is unknown color: approx Baby Blue. HEX triplet: 57, EF and F8. RGB value is (87,239,248). Sum of RGB (Red+Green+Blue) = 87+239+248=574 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.16% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #57EFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFF8 is #A81007. Grayscale: #C2C2C2. Windows color (decimal): -11014152 or 16314199. OLE color: 16314199.

HSL color Cylindrical-coordinate representation of color #57EFF8: hue angle of 183.35º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57EFF8 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB87239248-
CMYK0.650.0400.03
HSL183.35º92%65.69%-
HSV(B)183.35º64.92%97.25%-
XYZ51.7470.5499.69-
YUV194.58158.1451.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.16%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 248 (97.27% from 255) = 43.21%
R=15.16%
G=41.64%
B=43.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872392480.650.0400.03183.359265.69
Hex57EFF841403b75c42
Octal127357370101403267134102
Binary1010111111011111111100010000011000111011011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57EFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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