#ABE0F0

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

Shades of Blizzard Blue #ABE0F0

Tints of Blizzard Blue #ABE0F0

Color information

#ABE0F0 (or 0xABE0F0) is unknown color: approx Blizzard Blue. HEX triplet: AB, E0 and F0. RGB value is (171,224,240). Sum of RGB (Red+Green+Blue) = 171+224+240=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0F0 is #541F0F. Grayscale: #D1D1D1. Windows color (decimal): -5512976 or 15786155. OLE color: 15786155.

HSL color Cylindrical-coordinate representation of color #ABE0F0: hue angle of 193.91º 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 #ABE0F0 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171224240-
CMYK0.290.0700.06
HSL193.91º69.7%80.59%-
HSV(B)193.91º28.75%94.12%-
XYZ59.1868.2692.49-
YUV209.98144.94100.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=26.93%
G=35.28%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712242400.290.0700.06193.9169.780.59
HexABE0F01D706c24651
Octal25334036035706302106121
Binary1010101111100000111100001110111101101100001010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0F0; }

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

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

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

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

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

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

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

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