#ABEDFD

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

Shades of Blizzard Blue #ABEDFD

Tints of Blizzard Blue #ABEDFD

Color information

#ABEDFD (or 0xABEDFD) is unknown color: approx Blizzard Blue. HEX triplet: AB, ED and FD. RGB value is (171,237,253). Sum of RGB (Red+Green+Blue) = 171+237+253=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDFD is #541202. Grayscale: #DADADA. Windows color (decimal): -5509635 or 16641451. OLE color: 16641451.

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

Color convert

RGB171237253-
CMYK0.320.0600.01
HSL191.71º95.35%83.14%-
HSV(B)191.71º32.41%99.22%-
XYZ64.8176.32104.24-
YUV219.09147.1393.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.87%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=25.87%
G=35.85%
B=38.28%

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
Decimal1712372530.320.0600.01191.7195.3583.14
HexABEDFD20601c05f53
Octal25335537540601300137123
Binary101010111110110111111101100000110011100000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDFD; }

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

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

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

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

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

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

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

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