#ADE7FA

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

Shades of Blizzard Blue #ADE7FA

Tints of Blizzard Blue #ADE7FA

Color information

#ADE7FA (or 0xADE7FA) is unknown color: approx Blizzard Blue. HEX triplet: AD, E7 and FA. RGB value is (173,231,250). Sum of RGB (Red+Green+Blue) = 173+231+250=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7FA is #521805. Grayscale: #D7D7D7. Windows color (decimal): -5380102 or 16443309. OLE color: 16443309.

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

Color convert

RGB173231250-
CMYK0.310.0800.02
HSL194.81º88.51%82.94%-
HSV(B)194.81º30.8%98.04%-
XYZ63.0672.94101.2-
YUV215.82147.2897.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.45%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=26.45%
G=35.32%
B=38.23%

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
Decimal1732312500.310.0800.02194.8188.5182.94
HexADE7FA1F802c35953
Octal255347372371002303131123
Binary1010110111100111111110101111110000101100001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE7FA; }

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

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

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

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

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

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

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

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