#ABE6F0

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

Shades of Blizzard Blue #ABE6F0

Tints of Blizzard Blue #ABE6F0

Color information

#ABE6F0 (or 0xABE6F0) is unknown color: approx Blizzard Blue. HEX triplet: AB, E6 and F0. RGB value is (171,230,240). Sum of RGB (Red+Green+Blue) = 171+230+240=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE6F0 is #54190F. Grayscale: #D5D5D5. Windows color (decimal): -5511440 or 15787691. OLE color: 15787691.

HSL color Cylindrical-coordinate representation of color #ABE6F0: hue angle of 188.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE6F0 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171230240-
CMYK0.290.0400.06
HSL188.7º69.7%80.59%-
HSV(B)188.7º28.75%94.12%-
XYZ60.8271.5493.04-
YUV213.5142.9597.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=26.68%
G=35.88%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712302400.290.0400.06188.769.780.59
HexABE6F01D406bd4651
Octal25334636035406275106121
Binary1010101111100110111100001110110001101011110110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE6F0; }

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

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

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

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

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

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

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

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