#9ADDF1

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

Shades of Blizzard Blue #9ADDF1

Tints of Blizzard Blue #9ADDF1

Color information

#9ADDF1 (or 0x9ADDF1) is unknown color: approx Blizzard Blue. HEX triplet: 9A, DD and F1. RGB value is (154,221,241). Sum of RGB (Red+Green+Blue) = 154+221+241=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ADDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDF1 is #65220E. Grayscale: #CBCBCB. Windows color (decimal): -6627855 or 15850906. OLE color: 15850906.

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

Color convert

RGB154221241-
CMYK0.360.0800.05
HSL193.79º75.65%77.45%-
HSV(B)193.79º36.1%94.51%-
XYZ55.0664.9392.85-
YUV203.25149.392.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=25%
G=35.88%
B=39.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542212410.360.0800.05193.7975.6577.45
Hex9ADDF124805c24c4d
Octal232335361441005302114115
Binary100110101101110111110001100100100001011100001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,241); }

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

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

 a { background-color: rgb(154,221,241); }

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

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

 span { border-color: rgb(154,221,241); }

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