#ABEAF3

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

Shades of Blizzard Blue #ABEAF3

Tints of Blizzard Blue #ABEAF3

Color information

#ABEAF3 (or 0xABEAF3) is unknown color: approx Blizzard Blue. HEX triplet: AB, EA and F3. RGB value is (171,234,243). Sum of RGB (Red+Green+Blue) = 171+234+243=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABEAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAF3 is #54150C. Grayscale: #D8D8D8. Windows color (decimal): -5510413 or 15985323. OLE color: 15985323.

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

Color convert

RGB171234243-
CMYK0.300.0400.05
HSL187.5º75%81.18%-
HSV(B)187.5º29.63%95.29%-
XYZ62.473.9795.78-
YUV216.19143.1395.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.39%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=26.39%
G=36.11%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712342430.300.0400.05187.57581.18
HexABEAF31E405bc4b51
Octal25335236336405274113121
Binary1010101111101010111100111111010001011011110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAF3; }

 p { color: rgb(171,234,243); }

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

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

 a { background-color: rgb(171,234,243); }

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

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

 span { border-color: rgb(171,234,243); }

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