#ABE5EE

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

Shades of Blizzard Blue #ABE5EE

Tints of Blizzard Blue #ABE5EE

Color information

#ABE5EE (or 0xABE5EE) is unknown color: approx Blizzard Blue. HEX triplet: AB, E5 and EE. RGB value is (171,229,238). Sum of RGB (Red+Green+Blue) = 171+229+238=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5EE is #541A11. Grayscale: #D4D4D4. Windows color (decimal): -5511698 or 15656363. OLE color: 15656363.

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

Color convert

RGB171229238-
CMYK0.280.0400.07
HSL188.06º66.34%80.2%-
HSV(B)188.06º28.15%93.33%-
XYZ60.2570.8791.39-
YUV212.68142.2898.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=26.80%
G=35.89%
B=37.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712292380.280.0400.07188.0666.3480.2
HexABE5EE1C407bc4250
Octal25334535634407274102120
Binary1010101111100101111011101110010001111011110010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE5EE; }

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

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

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

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

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

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

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

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