#9BDABE

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

Shades of Vista Blue #9BDABE

Tints of Vista Blue #9BDABE

Color information

#9BDABE (or 0x9BDABE) is unknown color: approx Vista Blue. HEX triplet: 9B, DA and BE. RGB value is (155,218,190). Sum of RGB (Red+Green+Blue) = 155+218+190=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDABE is #642541. Grayscale: #C4C4C4. Windows color (decimal): -6563138 or 12507803. OLE color: 12507803.

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

Color convert

RGB155218190-
CMYK0.2900.130.15
HSL153.33º45.99%73.14%-
HSV(B)153.33º28.9%85.49%-
XYZ47.8860.8357.93-
YUV195.97124.6398.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=27.53%
G=38.72%
B=33.75%

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
Decimal1552181900.2900.130.15153.3345.9973.14
Hex9BDABE1D0DF992e49
Octal233332276350151723156111
Binary10011011110110101011111011101011011111100110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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