#9ADDB5

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

Shades of Vista Blue #9ADDB5

Tints of Vista Blue #9ADDB5

Color information

#9ADDB5 (or 0x9ADDB5) is unknown color: approx Vista Blue. HEX triplet: 9A, DD and B5. RGB value is (154,221,181). Sum of RGB (Red+Green+Blue) = 154+221+181=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDB5 is #65224A. Grayscale: #C4C4C4. Windows color (decimal): -6627915 or 11918746. OLE color: 11918746.

HSL color Cylindrical-coordinate representation of color #9ADDB5: hue angle of 144.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDB5 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB154221181-
CMYK0.3000.180.13
HSL144.18º49.63%73.53%-
HSV(B)144.18º30.32%86.67%-
XYZ47.5261.9253.16-
YUV196.41119.397.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=27.70%
G=39.75%
B=32.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211810.3000.180.13144.1849.6373.53
Hex9ADDB51E012D90324a
Octal232335265360221522062112
Binary100110101101110110110101111100100101101100100001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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