#9BDDB7

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

Shades of Vista Blue #9BDDB7

Tints of Vista Blue #9BDDB7

Color information

#9BDDB7 (or 0x9BDDB7) is unknown color: approx Vista Blue. HEX triplet: 9B, DD and B7. RGB value is (155,221,183). Sum of RGB (Red+Green+Blue) = 155+221+183=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDB7 is #642248. Grayscale: #C5C5C5. Windows color (decimal): -6562377 or 12049819. OLE color: 12049819.

HSL color Cylindrical-coordinate representation of color #9BDDB7: hue angle of 145.45º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDB7 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB155221183-
CMYK0.3000.170.13
HSL145.45º49.25%73.73%-
HSV(B)145.45º29.86%86.67%-
XYZ47.9262.154.26-
YUV196.93120.1398.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=27.73%
G=39.53%
B=32.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211830.3000.170.13145.4549.2573.73
Hex9BDDB71E011D91314a
Octal233335267360211522161112
Binary100110111101110110110111111100100011101100100011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,183); }

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

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

 a { background-color: rgb(155,221,183); }

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

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

 span { border-color: rgb(155,221,183); }

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