#ABE6F8

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

Shades of Blizzard Blue #ABE6F8

Tints of Blizzard Blue #ABE6F8

Color information

#ABE6F8 (or 0xABE6F8) is unknown color: approx Blizzard Blue. HEX triplet: AB, E6 and F8. RGB value is (171,230,248). Sum of RGB (Red+Green+Blue) = 171+230+248=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABE6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE6F8 is #541907. Grayscale: #D6D6D6. Windows color (decimal): -5511432 or 16311979. OLE color: 16311979.

HSL color Cylindrical-coordinate representation of color #ABE6F8: hue angle of 194.03º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABE6F8 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171230248-
CMYK0.310.0700.03
HSL194.03º84.62%82.16%-
HSV(B)194.03º31.05%97.25%-
XYZ62.0372.0399.44-
YUV214.41146.9597.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.35%
GREEN value IS 230 (90.23% from 255) = 35.44%
BLUE value IS 248 (97.27% from 255) = 38.21%
R=26.35%
G=35.44%
B=38.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712302480.310.0700.03194.0384.6282.16
HexABE6F81F703c25552
Octal25334637037703302125122
Binary101010111110011011111000111111110111100001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE6F8; }

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

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

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

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

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

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

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

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