#9BDABA

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

Shades of Vista Blue #9BDABA

Tints of Vista Blue #9BDABA

Color information

#9BDABA (or 0x9BDABA) is unknown color: approx Vista Blue. HEX triplet: 9B, DA and BA. RGB value is (155,218,186). Sum of RGB (Red+Green+Blue) = 155+218+186=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDABA is #642545. Grayscale: #C3C3C3. Windows color (decimal): -6563142 or 12245659. OLE color: 12245659.

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

Color convert

RGB155218186-
CMYK0.2900.150.15
HSL149.52º45.99%73.14%-
HSV(B)149.52º28.9%85.49%-
XYZ47.4560.6655.66-
YUV195.52122.6399.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=27.73%
G=39.00%
B=33.27%

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
Decimal1552181860.2900.150.15149.5245.9973.14
Hex9BDABA1D0FF962e49
Octal233332272350171722656111
Binary10011011110110101011101011101011111111100101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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