Shades of Vista Blue #9BDDB8
Tints of Vista Blue #9BDDB8
RGB
CMYK
RGB Variations
Color information
#9BDDB8 (or 0x9BDDB8) is known color: Vista Blue. HEX triplet: 9B, DD and B8. RGB value is (155,221,184). Sum of RGB (Red+Green+Blue) = 155+221+184=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDB8 is #642247. Grayscale: #C5C5C5. Windows color (decimal): -6562376 or 12115355. OLE color: 12115355.
HSL color Cylindrical-coordinate representation of color #9BDDB8: hue angle of 146.36º 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 #9BDDB8 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 184 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.13 |
| HSL | 146.36º | 0.49% | 0.74% | - |
| HSV(B) | 146.36º | 0.3% | 0.87% | - |
| XYZ | 48.03 | 62.14 | 54.81 | - |
| YUV | 197.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 184 | 0.30 | 0 | 0.17 | 0.13 | 146.36 | 0.49 | 0.74 |
| Hex | 9B | DD | B8 | 1E | 0 | 11 | D | 92 | 31 | 4A |
| Octal | 233 | 335 | 270 | 36 | 0 | 21 | 15 | 222 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10111000 | 11110 | 0 | 10001 | 1101 | 10010010 | 110001 | 1001010 |
Color Harmonies of #9BDDB8
Complementary color
Monochromatic Colors of #9BDDB8
Black with #9BDDB8
Text Example
Text Example
White with #9BDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDB8; }
p { color: rgb(155,221,184); }
H1.HeaderClassName
{
color: #9BDDB8;
}
.AnyTagClassName
{
color: #9BDDB8;
}
</style>
background-color css
<style>
a { background-color: #9BDDB8; }
a { background-color: rgb(155,221,184); }
div.DivClassName
{
background-color: #9BDDB8;
}
.BgClassName
{
background-color: #9BDDB8;
}
</style>
border-color css
<style>
span { border-color: #9BDDB8; }
span { border-color: rgb(155,221,184); }
td.TdClassName
{
border-color: #9BDDB8;
}
.TagClassName
{
border-color: #9BDDB8;
}
</style>