#ADE5FA

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

Shades of Blizzard Blue #ADE5FA

Tints of Blizzard Blue #ADE5FA

Color information

#ADE5FA (or 0xADE5FA) is unknown color: approx Blizzard Blue. HEX triplet: AD, E5 and FA. RGB value is (173,229,250). Sum of RGB (Red+Green+Blue) = 173+229+250=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5FA is #521A05. Grayscale: #D6D6D6. Windows color (decimal): -5380614 or 16442797. OLE color: 16442797.

HSL color Cylindrical-coordinate representation of color #ADE5FA: hue angle of 196.36º degrees, saturation: 0.89, 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 #ADE5FA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173229250-
CMYK0.310.0800.02
HSL196.36º88.51%82.94%-
HSV(B)196.36º30.8%98.04%-
XYZ62.5171.82101.01-
YUV214.65147.9598.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.53%
GREEN value IS 229 (89.84% from 255) = 35.12%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=26.53%
G=35.12%
B=38.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732292500.310.0800.02196.3688.5182.94
HexADE5FA1F802c45953
Octal255345372371002304131123
Binary1010110111100101111110101111110000101100010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE5FA; }

 p { color: rgb(173,229,250); }

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

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

 a { background-color: rgb(173,229,250); }

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

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

 span { border-color: rgb(173,229,250); }

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