#ADEDFF

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

Shades of Blizzard Blue #ADEDFF

Tints of Blizzard Blue #ADEDFF

Color information

#ADEDFF (or 0xADEDFF) is unknown color: approx Blizzard Blue. HEX triplet: AD, ED and FF. RGB value is (173,237,255). Sum of RGB (Red+Green+Blue) = 173+237+255=665 (88% of max value = 765). Red value is 173 (67.97% from 255 or 26.02% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDFF is #521200. Grayscale: #DBDBDB. Windows color (decimal): -5378561 or 16772525. OLE color: 16772525.

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

Color convert

RGB173237255-
CMYK0.320.0700
HSL193.17º100%83.92%-
HSV(B)193.17º32.16%100%-
XYZ65.5776.67105.95-
YUV219.92147.894.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.02%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 255 (100% from 255) = 38.35%
R=26.02%
G=35.64%
B=38.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732372550.320.0700193.1710083.92
HexADEDFF20700c16454
Octal25535537740700301144124
Binary101011011110110111111111100000111001100000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDFF; }

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

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

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

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

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

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

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

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