#9BDBBB

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

Shades of Vista Blue #9BDBBB

Tints of Vista Blue #9BDBBB

Color information

#9BDBBB (or 0x9BDBBB) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and BB. RGB value is (155,219,187). Sum of RGB (Red+Green+Blue) = 155+219+187=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBBB is #642444. Grayscale: #C4C4C4. Windows color (decimal): -6562885 or 12311451. OLE color: 12311451.

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

Color convert

RGB155219187-
CMYK0.2900.150.14
HSL150º47.06%73.33%-
HSV(B)150º29.22%85.88%-
XYZ47.8261.2256.31-
YUV196.22122.898.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=27.63%
G=39.04%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1552191870.2900.150.1415047.0673.33
Hex9BDBBB1D0FE962f49
Octal233333273350171622657111
Binary10011011110110111011101111101011111110100101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,187); }

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

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

 a { background-color: rgb(155,219,187); }

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

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

 span { border-color: rgb(155,219,187); }

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