#ADEEFF

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

Shades of Blizzard Blue #ADEEFF

Tints of Blizzard Blue #ADEEFF

Color information

#ADEEFF (or 0xADEEFF) is unknown color: approx Blizzard Blue. HEX triplet: AD, EE and FF. RGB value is (173,238,255). Sum of RGB (Red+Green+Blue) = 173+238+255=666 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.98% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEEFF is #521100. Grayscale: #DCDCDC. Windows color (decimal): -5378305 or 16772781. OLE color: 16772781.

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

Color convert

RGB173238255-
CMYK0.320.0700
HSL192.44º100%83.92%-
HSV(B)192.44º32.16%100%-
XYZ65.8677.25106.05-
YUV220.5147.4794.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.98%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 255 (100% from 255) = 38.29%
R=25.98%
G=35.74%
B=38.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732382550.320.0700192.4410083.92
HexADEEFF20700c06454
Octal25535637740700300144124
Binary101011011110111011111111100000111001100000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEEFF; }

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

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

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

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

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

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

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

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