#ADEDFD

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

Shades of Blizzard Blue #ADEDFD

Tints of Blizzard Blue #ADEDFD

Color information

#ADEDFD (or 0xADEDFD) is unknown color: approx Blizzard Blue. HEX triplet: AD, ED and FD. RGB value is (173,237,253). Sum of RGB (Red+Green+Blue) = 173+237+253=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDFD is #521202. Grayscale: #DBDBDB. Windows color (decimal): -5378563 or 16641453. OLE color: 16641453.

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

Color convert

RGB173237253-
CMYK0.320.0600.01
HSL192º95.24%83.53%-
HSV(B)192º31.62%99.22%-
XYZ65.2576.54104.26-
YUV219.69146.894.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.09%
GREEN value IS 237 (92.97% from 255) = 35.75%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=26.09%
G=35.75%
B=38.16%

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
Decimal1732372530.320.0600.0119295.2483.53
HexADEDFD20601c05f54
Octal25535537540601300137124
Binary101011011110110111111101100000110011100000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDFD; }

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

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

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

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

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

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

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

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