#ABE3ED

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

Shades of Blizzard Blue #ABE3ED

Tints of Blizzard Blue #ABE3ED

Color information

#ABE3ED (or 0xABE3ED) is unknown color: approx Blizzard Blue. HEX triplet: AB, E3 and ED. RGB value is (171,227,237). Sum of RGB (Red+Green+Blue) = 171+227+237=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABE3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3ED is #541C12. Grayscale: #D3D3D3. Windows color (decimal): -5512211 or 15590315. OLE color: 15590315.

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

Color convert

RGB171227237-
CMYK0.280.0400.07
HSL189.09º64.71%80%-
HSV(B)189.09º27.85%92.94%-
XYZ59.5569.7190.44-
YUV211.4142.4599.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=26.93%
G=35.75%
B=37.32%

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
Decimal1712272370.280.0400.07189.0964.7180
HexABE3ED1C407bd4150
Octal25334335534407275101120
Binary1010101111100011111011011110010001111011110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3ED; }

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

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

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

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

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

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

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

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