#9ADBB7

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

Shades of Vista Blue #9ADBB7

Tints of Vista Blue #9ADBB7

Color information

#9ADBB7 (or 0x9ADBB7) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and B7. RGB value is (154,219,183). Sum of RGB (Red+Green+Blue) = 154+219+183=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBB7 is #652448. Grayscale: #C3C3C3. Windows color (decimal): -6628425 or 12049306. OLE color: 12049306.

HSL color Cylindrical-coordinate representation of color #9ADBB7: hue angle of 146.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBB7 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB154219183-
CMYK0.3000.160.14
HSL146.77º47.45%73.14%-
HSV(B)146.77º29.68%85.88%-
XYZ47.2160.9554.08-
YUV195.46120.9798.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 183 (71.88% from 255) = 32.91%
R=27.70%
G=39.39%
B=32.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191830.3000.160.14146.7747.4573.14
Hex9ADBB71E010E932f49
Octal232333267360201622357111
Binary100110101101101110110111111100100001110100100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,219,183); }

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

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

 a { background-color: rgb(154,219,183); }

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

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

 span { border-color: rgb(154,219,183); }

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