#ADECF9

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

Shades of Blizzard Blue #ADECF9

Tints of Blizzard Blue #ADECF9

Color information

#ADECF9 (or 0xADECF9) is unknown color: approx Blizzard Blue. HEX triplet: AD, EC and F9. RGB value is (173,236,249). Sum of RGB (Red+Green+Blue) = 173+236+249=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADECF9 is #521306. Grayscale: #DADADA. Windows color (decimal): -5378823 or 16379053. OLE color: 16379053.

HSL color Cylindrical-coordinate representation of color #ADECF9: hue angle of 190.26º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADECF9 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173236249-
CMYK0.310.0500.02
HSL190.26º86.36%82.75%-
HSV(B)190.26º30.52%97.65%-
XYZ64.3375.71100.85-
YUV218.64145.1395.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.29%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=26.29%
G=35.87%
B=37.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732362490.310.0500.02190.2686.3682.75
HexADECF91F502be5653
Octal25535437137502276126123
Binary101011011110110011111001111111010101011111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECF9; }

 p { color: rgb(173,236,249); }

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

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

 a { background-color: rgb(173,236,249); }

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

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

 span { border-color: rgb(173,236,249); }

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