#9ADABA

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

Shades of Vista Blue #9ADABA

Tints of Vista Blue #9ADABA

Color information

#9ADABA (or 0x9ADABA) is unknown color: approx Vista Blue. HEX triplet: 9A, DA and BA. RGB value is (154,218,186). Sum of RGB (Red+Green+Blue) = 154+218+186=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADABA is #652545. Grayscale: #C3C3C3. Windows color (decimal): -6628678 or 12245658. OLE color: 12245658.

HSL color Cylindrical-coordinate representation of color #9ADABA: hue angle of 150º 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 #9ADABA is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB154218186-
CMYK0.2900.150.15
HSL150º46.38%72.94%-
HSV(B)150º29.36%85.49%-
XYZ47.2660.5655.65-
YUV195.22122.898.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.60%
GREEN value IS 218 (85.55% from 255) = 39.07%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=27.60%
G=39.07%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181860.2900.150.1515046.3872.94
Hex9ADABA1D0FF962e49
Octal232332272350171722656111
Binary10011010110110101011101011101011111111100101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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