#ABE7F2

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

Shades of Blizzard Blue #ABE7F2

Tints of Blizzard Blue #ABE7F2

Color information

#ABE7F2 (or 0xABE7F2) is unknown color: approx Blizzard Blue. HEX triplet: AB, E7 and F2. RGB value is (171,231,242). Sum of RGB (Red+Green+Blue) = 171+231+242=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABE7F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7F2 is #54180D. Grayscale: #D6D6D6. Windows color (decimal): -5511182 or 15919019. OLE color: 15919019.

HSL color Cylindrical-coordinate representation of color #ABE7F2: hue angle of 189.3º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE7F2 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171231242-
CMYK0.290.0500.05
HSL189.3º73.2%80.98%-
HSV(B)189.3º29.34%94.9%-
XYZ61.472.2294.71-
YUV214.31143.6297.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.55%
GREEN value IS 231 (90.62% from 255) = 35.87%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=26.55%
G=35.87%
B=37.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712312420.290.0500.05189.373.280.98
HexABE7F21D505bd4951
Octal25334736235505275111121
Binary1010101111100111111100101110110101011011110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7F2; }

 p { color: rgb(171,231,242); }

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

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

 a { background-color: rgb(171,231,242); }

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

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

 span { border-color: rgb(171,231,242); }

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