#ABEAFE

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

Shades of Blizzard Blue #ABEAFE

Tints of Blizzard Blue #ABEAFE

Color information

#ABEAFE (or 0xABEAFE) is unknown color: approx Blizzard Blue. HEX triplet: AB, EA and FE. RGB value is (171,234,254). Sum of RGB (Red+Green+Blue) = 171+234+254=659 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.95% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAFE is #541501. Grayscale: #D9D9D9. Windows color (decimal): -5510402 or 16706219. OLE color: 16706219.

HSL color Cylindrical-coordinate representation of color #ABEAFE: hue angle of 194.46º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABEAFE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171234254-
CMYK0.330.0800.00
HSL194.46º97.65%83.33%-
HSV(B)194.46º32.68%99.61%-
XYZ64.1174.66104.8-
YUV217.44148.6394.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.95%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=25.95%
G=35.51%
B=38.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712342540.330.0800.00194.4697.6583.33
HexABEAFE21800c26253
Octal253352376411000302142123
Binary1010101111101010111111101000011000001100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAFE; }

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

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

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

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

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

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

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

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