#57EBFE

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

Shades of Baby Blue #57EBFE

Tints of Baby Blue #57EBFE

Color information

#57EBFE (or 0x57EBFE) is unknown color: approx Baby Blue. HEX triplet: 57, EB and FE. RGB value is (87,235,254). Sum of RGB (Red+Green+Blue) = 87+235+254=576 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.10% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #57EBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EBFE is #A81401. Grayscale: #C0C0C0. Windows color (decimal): -11015170 or 16706391. OLE color: 16706391.

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

Color convert

RGB87235254-
CMYK0.660.0700.00
HSL186.83º98.82%66.86%-
HSV(B)186.83º65.75%99.61%-
XYZ51.5368.6104.29-
YUV192.91162.4752.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.10%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=15.10%
G=40.80%
B=44.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal872352540.660.0700.00186.8398.8266.86
Hex57EBFE42700bb6343
Octal127353376102700273143103
Binary101011111101011111111101000010111001011101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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