#9BD9BA

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

Shades of Vista Blue #9BD9BA

Tints of Vista Blue #9BD9BA

Color information

#9BD9BA (or 0x9BD9BA) is unknown color: approx Vista Blue. HEX triplet: 9B, D9 and BA. RGB value is (155,217,186). Sum of RGB (Red+Green+Blue) = 155+217+186=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9BA is #642645. Grayscale: #C2C2C2. Windows color (decimal): -6563398 or 12245403. OLE color: 12245403.

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

Color convert

RGB155217186-
CMYK0.2900.140.15
HSL150º44.93%72.94%-
HSV(B)150º28.57%85.1%-
XYZ47.1960.1455.58-
YUV194.93122.9699.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=27.78%
G=38.89%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171860.2900.140.1515044.9372.94
Hex9BD9BA1D0EF962d49
Octal233331272350161722655111
Binary10011011110110011011101011101011101111100101101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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