#9BDCBD

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

Shades of Vista Blue #9BDCBD

Tints of Vista Blue #9BDCBD

Color information

#9BDCBD (or 0x9BDCBD) is unknown color: approx Vista Blue. HEX triplet: 9B, DC and BD. RGB value is (155,220,189). Sum of RGB (Red+Green+Blue) = 155+220+189=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCBD is #642342. Grayscale: #C5C5C5. Windows color (decimal): -6562627 or 12442779. OLE color: 12442779.

HSL color Cylindrical-coordinate representation of color #9BDCBD: hue angle of 151.38º 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 #9BDCBD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB155220189-
CMYK0.3000.140.14
HSL151.38º48.15%73.53%-
HSV(B)151.38º29.55%86.27%-
XYZ48.361.8357.53-
YUV197.03123.4798.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=27.48%
G=39.01%
B=33.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201890.3000.140.14151.3848.1573.53
Hex9BDCBD1E0EE97304a
Octal233334275360161622760112
Binary10011011110111001011110111110011101110100101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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