#ABE6ED

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

Shades of Blizzard Blue #ABE6ED

Tints of Blizzard Blue #ABE6ED

Color information

#ABE6ED (or 0xABE6ED) is unknown color: approx Blizzard Blue. HEX triplet: AB, E6 and ED. RGB value is (171,230,237). Sum of RGB (Red+Green+Blue) = 171+230+237=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE6ED is #541912. Grayscale: #D5D5D5. Windows color (decimal): -5511443 or 15591083. OLE color: 15591083.

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

Color convert

RGB171230237-
CMYK0.280.0300.07
HSL186.36º64.71%80%-
HSV(B)186.36º27.85%92.94%-
XYZ60.3871.3790.71-
YUV213.16141.4597.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 230 (90.23% from 255) = 36.05%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=26.80%
G=36.05%
B=37.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712302370.280.0300.07186.3664.7180
HexABE6ED1C307ba4150
Octal25334635534307272101120
Binary101010111110011011101101111001101111011101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE6ED; }

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

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

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

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

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

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

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

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