#9ADDB1

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

Shades of Vista Blue #9ADDB1

Tints of Vista Blue #9ADDB1

Color information

#9ADDB1 (or 0x9ADDB1) is unknown color: approx Vista Blue. HEX triplet: 9A, DD and B1. RGB value is (154,221,177). Sum of RGB (Red+Green+Blue) = 154+221+177=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDB1 is #65224E. Grayscale: #C4C4C4. Windows color (decimal): -6627919 or 11656602. OLE color: 11656602.

HSL color Cylindrical-coordinate representation of color #9ADDB1: hue angle of 140.6º 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 #9ADDB1 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB154221177-
CMYK0.3000.200.13
HSL140.6º49.63%73.53%-
HSV(B)140.6º30.32%86.67%-
XYZ47.1261.7651.03-
YUV195.95117.398.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=27.90%
G=40.04%
B=32.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211770.3000.200.13140.649.6373.53
Hex9ADDB11E014D8d324a
Octal232335261360241521562112
Binary100110101101110110110001111100101001101100011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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