#ABE1F0

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

Shades of Blizzard Blue #ABE1F0

Tints of Blizzard Blue #ABE1F0

Color information

#ABE1F0 (or 0xABE1F0) is unknown color: approx Blizzard Blue. HEX triplet: AB, E1 and F0. RGB value is (171,225,240). Sum of RGB (Red+Green+Blue) = 171+225+240=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE1F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1F0 is #541E0F. Grayscale: #D2D2D2. Windows color (decimal): -5512720 or 15786411. OLE color: 15786411.

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

Color convert

RGB171225240-
CMYK0.290.0600.06
HSL193.04º69.7%80.59%-
HSV(B)193.04º28.75%94.12%-
XYZ59.4568.892.58-
YUV210.56144.6199.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.89%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=26.89%
G=35.38%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712252400.290.0600.06193.0469.780.59
HexABE1F01D606c14651
Octal25334136035606301106121
Binary1010101111100001111100001110111001101100000110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1F0; }

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

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

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

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

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

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

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

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