#ABE4F1

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

Shades of Blizzard Blue #ABE4F1

Tints of Blizzard Blue #ABE4F1

Color information

#ABE4F1 (or 0xABE4F1) is unknown color: approx Blizzard Blue. HEX triplet: AB, E4 and F1. RGB value is (171,228,241). Sum of RGB (Red+Green+Blue) = 171+228+241=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4F1 is #541B0E. Grayscale: #D4D4D4. Windows color (decimal): -5511951 or 15852715. OLE color: 15852715.

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

Color convert

RGB171228241-
CMYK0.290.0500.05
HSL191.14º71.43%80.78%-
HSV(B)191.14º29.05%94.51%-
XYZ60.4270.593.64-
YUV212.44144.1298.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.72%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=26.72%
G=35.62%
B=37.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712282410.290.0500.05191.1471.4380.78
HexABE4F11D505bf4751
Octal25334436135505277107121
Binary1010101111100100111100011110110101011011111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4F1; }

 p { color: rgb(171,228,241); }

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

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

 a { background-color: rgb(171,228,241); }

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

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

 span { border-color: rgb(171,228,241); }

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