#9BDCB7

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

Shades of Vista Blue #9BDCB7

Tints of Vista Blue #9BDCB7

Color information

#9BDCB7 (or 0x9BDCB7) is unknown color: approx Vista Blue. HEX triplet: 9B, DC and B7. RGB value is (155,220,183). Sum of RGB (Red+Green+Blue) = 155+220+183=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCB7 is #642348. Grayscale: #C4C4C4. Windows color (decimal): -6562633 or 12049563. OLE color: 12049563.

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

Color convert

RGB155220183-
CMYK0.3000.170.14
HSL145.85º48.15%73.53%-
HSV(B)145.85º29.55%86.27%-
XYZ47.6661.5754.17-
YUV196.35120.4798.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=27.78%
G=39.43%
B=32.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201830.3000.170.14145.8548.1573.53
Hex9BDCB71E011E92304a
Octal233334267360211622260112
Binary100110111101110010110111111100100011110100100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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