#9ADABD

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

Shades of Vista Blue #9ADABD

Tints of Vista Blue #9ADABD

Color information

#9ADABD (or 0x9ADABD) is unknown color: approx Vista Blue. HEX triplet: 9A, DA and BD. RGB value is (154,218,189). Sum of RGB (Red+Green+Blue) = 154+218+189=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADABD is #652542. Grayscale: #C3C3C3. Windows color (decimal): -6628675 or 12442266. OLE color: 12442266.

HSL color Cylindrical-coordinate representation of color #9ADABD: hue angle of 152.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADABD is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB154218189-
CMYK0.2900.130.15
HSL152.81º46.38%72.94%-
HSV(B)152.81º29.36%85.49%-
XYZ47.5860.6957.35-
YUV195.56124.398.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=27.45%
G=38.86%
B=33.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181890.2900.130.15152.8146.3872.94
Hex9ADABD1D0DF992e49
Octal232332275350151723156111
Binary10011010110110101011110111101011011111100110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,189); }

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

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

 a { background-color: rgb(154,218,189); }

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

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

 span { border-color: rgb(154,218,189); }

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