#ABE8EF

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

Shades of Blizzard Blue #ABE8EF

Tints of Blizzard Blue #ABE8EF

Color information

#ABE8EF (or 0xABE8EF) is unknown color: approx Blizzard Blue. HEX triplet: AB, E8 and EF. RGB value is (171,232,239). Sum of RGB (Red+Green+Blue) = 171+232+239=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8EF is #541710. Grayscale: #D6D6D6. Windows color (decimal): -5510929 or 15722667. OLE color: 15722667.

HSL color Cylindrical-coordinate representation of color #ABE8EF: hue angle of 186.18º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABE8EF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171232239-
CMYK0.280.0300.06
HSL186.18º68%80.39%-
HSV(B)186.18º28.45%93.73%-
XYZ61.2372.692.45-
YUV214.56141.7996.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=26.64%
G=36.14%
B=37.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712322390.280.0300.06186.186880.39
HexABE8EF1C306ba4450
Octal25335035734306272104120
Binary101010111110100011101111111001101101011101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8EF; }

 p { color: rgb(171,232,239); }

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

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

 a { background-color: rgb(171,232,239); }

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

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

 span { border-color: rgb(171,232,239); }

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