#ABE0F5

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

Shades of Blizzard Blue #ABE0F5

Tints of Blizzard Blue #ABE0F5

Color information

#ABE0F5 (or 0xABE0F5) is unknown color: approx Blizzard Blue. HEX triplet: AB, E0 and F5. RGB value is (171,224,245). Sum of RGB (Red+Green+Blue) = 171+224+245=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABE0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0F5 is #541F0A. Grayscale: #D2D2D2. Windows color (decimal): -5512971 or 16113835. OLE color: 16113835.

HSL color Cylindrical-coordinate representation of color #ABE0F5: hue angle of 197.03º 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 #ABE0F5 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171224245-
CMYK0.300.0900.04
HSL197.03º78.72%81.57%-
HSV(B)197.03º30.2%96.08%-
XYZ59.9368.5696.46-
YUV210.55147.4499.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.72%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=26.72%
G=35%
B=38.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712242450.300.0900.04197.0378.7281.57
HexABE0F51E904c54f52
Octal253340365361104305117122
Binary10101011111000001111010111110100101001100010110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0F5; }

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

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

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

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

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

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

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

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