#9ADFEA

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

Shades of Blizzard Blue #9ADFEA

Tints of Blizzard Blue #9ADFEA

Color information

#9ADFEA (or 0x9ADFEA) is unknown color: approx Blizzard Blue. HEX triplet: 9A, DF and EA. RGB value is (154,223,234). Sum of RGB (Red+Green+Blue) = 154+223+234=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ADFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADFEA is #652015. Grayscale: #CBCBCB. Windows color (decimal): -6627350 or 15392666. OLE color: 15392666.

HSL color Cylindrical-coordinate representation of color #9ADFEA: hue angle of 188.25º 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 #9ADFEA is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154223234-
CMYK0.340.0500.08
HSL188.25º65.57%76.08%-
HSV(B)188.25º34.19%91.76%-
XYZ54.5765.5987.63-
YUV203.62145.1492.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.20%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=25.20%
G=36.50%
B=38.30%

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
Decimal1542232340.340.0500.08188.2565.5776.08
Hex9ADFEA22508bc424c
Octal232337352425010274102114
Binary100110101101111111101010100010101010001011110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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