#ABEDFF

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

Shades of Blizzard Blue #ABEDFF

Tints of Blizzard Blue #ABEDFF

Color information

#ABEDFF (or 0xABEDFF) is unknown color: approx Blizzard Blue. HEX triplet: AB, ED and FF. RGB value is (171,237,255). Sum of RGB (Red+Green+Blue) = 171+237+255=663 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.79% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDFF is #541200. Grayscale: #DBDBDB. Windows color (decimal): -5509633 or 16772523. OLE color: 16772523.

HSL color Cylindrical-coordinate representation of color #ABEDFF: hue angle of 192.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABEDFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171237255-
CMYK0.330.0700
HSL192.86º100%83.53%-
HSV(B)192.86º32.94%100%-
XYZ65.1376.45105.93-
YUV219.32148.1393.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.79%
GREEN value IS 237 (92.97% from 255) = 35.75%
BLUE value IS 255 (100% from 255) = 38.46%
R=25.79%
G=35.75%
B=38.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712372550.330.0700192.8610083.53
HexABEDFF21700c16454
Octal25335537741700301144124
Binary101010111110110111111111100001111001100000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDFF; }

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

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

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

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

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

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

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

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