#ABEEFD

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

Shades of Blizzard Blue #ABEEFD

Tints of Blizzard Blue #ABEEFD

Color information

#ABEEFD (or 0xABEEFD) is unknown color: approx Blizzard Blue. HEX triplet: AB, EE and FD. RGB value is (171,238,253). Sum of RGB (Red+Green+Blue) = 171+238+253=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEFD is #541102. Grayscale: #DBDBDB. Windows color (decimal): -5509379 or 16641707. OLE color: 16641707.

HSL color Cylindrical-coordinate representation of color #ABEEFD: hue angle of 190.98º degrees, saturation: 0.95, 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 #ABEEFD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171238253-
CMYK0.320.0600.01
HSL190.98º95.35%83.14%-
HSV(B)190.98º32.41%99.22%-
XYZ65.176.9104.34-
YUV219.68146.893.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.83%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=25.83%
G=35.95%
B=38.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712382530.320.0600.01190.9895.3583.14
HexABEEFD20601bf5f53
Octal25335637540601277137123
Binary101010111110111011111101100000110011011111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEEFD; }

 p { color: rgb(171,238,253); }

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

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

 a { background-color: rgb(171,238,253); }

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

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

 span { border-color: rgb(171,238,253); }

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