#9ADEEA

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

Shades of Blizzard Blue #9ADEEA

Tints of Blizzard Blue #9ADEEA

Color information

#9ADEEA (or 0x9ADEEA) is unknown color: approx Blizzard Blue. HEX triplet: 9A, DE and EA. RGB value is (154,222,234). Sum of RGB (Red+Green+Blue) = 154+222+234=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ADEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADEEA is #652115. Grayscale: #CACACA. Windows color (decimal): -6627606 or 15392410. OLE color: 15392410.

HSL color Cylindrical-coordinate representation of color #9ADEEA: hue angle of 189º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ADEEA is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154222234-
CMYK0.340.0500.08
HSL189º65.57%76.08%-
HSV(B)189º34.19%91.76%-
XYZ54.365.0587.54-
YUV203.04145.4793.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=25.25%
G=36.39%
B=38.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542222340.340.0500.0818965.5776.08
Hex9ADEEA22508bd424c
Octal232336352425010275102114
Binary100110101101111011101010100010101010001011110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADEEA; }

 p { color: rgb(154,222,234); }

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

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

 a { background-color: rgb(154,222,234); }

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

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

 span { border-color: rgb(154,222,234); }

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