#ABE2EE

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

Shades of Blizzard Blue #ABE2EE

Tints of Blizzard Blue #ABE2EE

Color information

#ABE2EE (or 0xABE2EE) is unknown color: approx Blizzard Blue. HEX triplet: AB, E2 and EE. RGB value is (171,226,238). Sum of RGB (Red+Green+Blue) = 171+226+238=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2EE is #541D11. Grayscale: #D2D2D2. Windows color (decimal): -5512466 or 15655595. OLE color: 15655595.

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

Color convert

RGB171226238-
CMYK0.280.0500.07
HSL190.75º66.34%80.2%-
HSV(B)190.75º28.15%93.33%-
XYZ59.4269.2291.12-
YUV210.92143.2899.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 226 (88.67% from 255) = 35.59%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=26.93%
G=35.59%
B=37.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712262380.280.0500.07190.7566.3480.2
HexABE2EE1C507bf4250
Octal25334235634507277102120
Binary1010101111100010111011101110010101111011111110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2EE; }

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

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

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

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

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

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

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

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