#9BDDBB

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

Shades of Vista Blue #9BDDBB

Tints of Vista Blue #9BDDBB

Color information

#9BDDBB (or 0x9BDDBB) is unknown color: approx Vista Blue. HEX triplet: 9B, DD and BB. RGB value is (155,221,187). Sum of RGB (Red+Green+Blue) = 155+221+187=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDBB is #642244. Grayscale: #C5C5C5. Windows color (decimal): -6562373 or 12311963. OLE color: 12311963.

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

Color convert

RGB155221187-
CMYK0.3000.150.13
HSL149.09º49.25%73.73%-
HSV(B)149.09º29.86%86.67%-
XYZ48.3462.2756.48-
YUV197.39122.1397.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=27.53%
G=39.25%
B=33.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211870.3000.150.13149.0949.2573.73
Hex9BDDBB1E0FD95314a
Octal233335273360171522561112
Binary10011011110111011011101111110011111101100101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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