#ABE4F0

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

Shades of Blizzard Blue #ABE4F0

Tints of Blizzard Blue #ABE4F0

Color information

#ABE4F0 (or 0xABE4F0) is unknown color: approx Blizzard Blue. HEX triplet: AB, E4 and F0. RGB value is (171,228,240). Sum of RGB (Red+Green+Blue) = 171+228+240=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABE4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4F0 is #541B0F. Grayscale: #D4D4D4. Windows color (decimal): -5511952 or 15787179. OLE color: 15787179.

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

Color convert

RGB171228240-
CMYK0.290.0500.06
HSL190.43º69.7%80.59%-
HSV(B)190.43º28.75%94.12%-
XYZ60.2770.4492.86-
YUV212.32143.6298.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.76%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=26.76%
G=35.68%
B=37.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712282400.290.0500.06190.4369.780.59
HexABE4F01D506be4651
Octal25334436035506276106121
Binary1010101111100100111100001110110101101011111010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4F0; }

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

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

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

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

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

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

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

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