#ABE0EE

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

Shades of Blizzard Blue #ABE0EE

Tints of Blizzard Blue #ABE0EE

Color information

#ABE0EE (or 0xABE0EE) is unknown color: approx Blizzard Blue. HEX triplet: AB, E0 and EE. RGB value is (171,224,238). Sum of RGB (Red+Green+Blue) = 171+224+238=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0EE is #541F11. Grayscale: #D1D1D1. Windows color (decimal): -5512978 or 15655083. OLE color: 15655083.

HSL color Cylindrical-coordinate representation of color #ABE0EE: hue angle of 192.54º degrees, saturation: 0.66, 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 #ABE0EE is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171224238-
CMYK0.280.0600.07
HSL192.54º66.34%80.2%-
HSV(B)192.54º28.15%93.33%-
XYZ58.8868.1490.94-
YUV209.75143.94100.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.01%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=27.01%
G=35.39%
B=37.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712242380.280.0600.07192.5466.3480.2
HexABE0EE1C607c14250
Octal25334035634607301102120
Binary1010101111100000111011101110011001111100000110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0EE; }

 p { color: rgb(171,224,238); }

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

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

 a { background-color: rgb(171,224,238); }

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

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

 span { border-color: rgb(171,224,238); }

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