#ABE2ED

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

Shades of Blizzard Blue #ABE2ED

Tints of Blizzard Blue #ABE2ED

Color information

#ABE2ED (or 0xABE2ED) is unknown color: approx Blizzard Blue. HEX triplet: AB, E2 and ED. RGB value is (171,226,237). Sum of RGB (Red+Green+Blue) = 171+226+237=634 (83% of max value = 765). Red value is 171 (67.19% from 255 or 26.97% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABE2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2ED is #541D12. Grayscale: #D2D2D2. Windows color (decimal): -5512467 or 15590059. OLE color: 15590059.

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

Color convert

RGB171226237-
CMYK0.280.0500.07
HSL190º64.71%80%-
HSV(B)190º27.85%92.94%-
XYZ59.2869.1790.35-
YUV210.81142.7899.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.97%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=26.97%
G=35.65%
B=37.38%

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
Decimal1712262370.280.0500.0719064.7180
HexABE2ED1C507be4150
Octal25334235534507276101120
Binary1010101111100010111011011110010101111011111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2ED; }

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

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

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

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

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

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

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

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