#ABE6EC

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

Shades of Blizzard Blue #ABE6EC

Tints of Blizzard Blue #ABE6EC

Color information

#ABE6EC (or 0xABE6EC) is unknown color: approx Blizzard Blue. HEX triplet: AB, E6 and EC. RGB value is (171,230,236). Sum of RGB (Red+Green+Blue) = 171+230+236=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE6EC is #541913. Grayscale: #D4D4D4. Windows color (decimal): -5511444 or 15525547. OLE color: 15525547.

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

Color convert

RGB171230236-
CMYK0.280.0300.07
HSL185.54º63.11%79.8%-
HSV(B)185.54º27.54%92.55%-
XYZ60.2371.3189.95-
YUV213.04140.9598.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.84%
GREEN value IS 230 (90.23% from 255) = 36.11%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=26.84%
G=36.11%
B=37.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712302360.280.0300.07185.5463.1179.8
HexABE6EC1C307ba3f50
Octal2533463543430727277120
Binary10101011111001101110110011100110111101110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE6EC; }

 p { color: rgb(171,230,236); }

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

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

 a { background-color: rgb(171,230,236); }

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

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

 span { border-color: rgb(171,230,236); }

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