#ADE6FA

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

Shades of Blizzard Blue #ADE6FA

Tints of Blizzard Blue #ADE6FA

Color information

#ADE6FA (or 0xADE6FA) is unknown color: approx Blizzard Blue. HEX triplet: AD, E6 and FA. RGB value is (173,230,250). Sum of RGB (Red+Green+Blue) = 173+230+250=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6FA is #521905. Grayscale: #D7D7D7. Windows color (decimal): -5380358 or 16443053. OLE color: 16443053.

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

Color convert

RGB173230250-
CMYK0.310.0800.02
HSL195.58º88.51%82.94%-
HSV(B)195.58º30.8%98.04%-
XYZ62.7972.38101.1-
YUV215.24147.6297.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.49%
GREEN value IS 230 (90.23% from 255) = 35.22%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=26.49%
G=35.22%
B=38.28%

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
Decimal1732302500.310.0800.02195.5888.5182.94
HexADE6FA1F802c45953
Octal255346372371002304131123
Binary1010110111100110111110101111110000101100010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE6FA; }

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

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

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

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

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

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

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

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