#ABE6F5

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

Shades of Blizzard Blue #ABE6F5

Tints of Blizzard Blue #ABE6F5

Color information

#ABE6F5 (or 0xABE6F5) is unknown color: approx Blizzard Blue. HEX triplet: AB, E6 and F5. RGB value is (171,230,245). Sum of RGB (Red+Green+Blue) = 171+230+245=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABE6F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE6F5 is #54190A. Grayscale: #D5D5D5. Windows color (decimal): -5511435 or 16115371. OLE color: 16115371.

HSL color Cylindrical-coordinate representation of color #ABE6F5: hue angle of 192.16º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABE6F5 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171230245-
CMYK0.300.0600.04
HSL192.16º78.72%81.57%-
HSV(B)192.16º30.2%96.08%-
XYZ61.5771.8497.01-
YUV214.07145.4597.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.47%
GREEN value IS 230 (90.23% from 255) = 35.60%
BLUE value IS 245 (96.09% from 255) = 37.93%
R=26.47%
G=35.60%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712302450.300.0600.04192.1678.7281.57
HexABE6F51E604c04f52
Octal25334636536604300117122
Binary1010101111100110111101011111011001001100000010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE6F5; }

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

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

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

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

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

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

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

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