#ADEAFA

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

Shades of Blizzard Blue #ADEAFA

Tints of Blizzard Blue #ADEAFA

Color information

#ADEAFA (or 0xADEAFA) is unknown color: approx Blizzard Blue. HEX triplet: AD, EA and FA. RGB value is (173,234,250). Sum of RGB (Red+Green+Blue) = 173+234+250=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAFA is #521505. Grayscale: #D9D9D9. Windows color (decimal): -5379334 or 16444077. OLE color: 16444077.

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

Color convert

RGB173234250-
CMYK0.310.0600.02
HSL192.47º88.51%82.94%-
HSV(B)192.47º30.8%98.04%-
XYZ63.9174.63101.48-
YUV217.58146.2996.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.33%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=26.33%
G=35.62%
B=38.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732342500.310.0600.02192.4788.5182.94
HexADEAFA1F602c05953
Octal25535237237602300131123
Binary101011011110101011111010111111100101100000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAFA; }

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

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

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

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

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

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

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

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