#ABE9FC

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

Shades of Blizzard Blue #ABE9FC

Tints of Blizzard Blue #ABE9FC

Color information

#ABE9FC (or 0xABE9FC) is unknown color: approx Blizzard Blue. HEX triplet: AB, E9 and FC. RGB value is (171,233,252). Sum of RGB (Red+Green+Blue) = 171+233+252=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABE9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE9FC is #541603. Grayscale: #D8D8D8. Windows color (decimal): -5510660 or 16574891. OLE color: 16574891.

HSL color Cylindrical-coordinate representation of color #ABE9FC: hue angle of 194.07º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABE9FC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171233252-
CMYK0.320.0800.01
HSL194.07º93.1%82.94%-
HSV(B)194.07º32.14%98.82%-
XYZ63.573.96103.02-
YUV216.63147.9695.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.07%
GREEN value IS 233 (91.41% from 255) = 35.52%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=26.07%
G=35.52%
B=38.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712332520.320.0800.01194.0793.182.94
HexABE9FC20801c25d53
Octal253351374401001302135123
Binary1010101111101001111111001000001000011100001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE9FC; }

 p { color: rgb(171,233,252); }

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

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

 a { background-color: rgb(171,233,252); }

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

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

 span { border-color: rgb(171,233,252); }

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