Shades of Vista Blue #9FDBBE
Tints of Vista Blue #9FDBBE
RGB
CMYK
RGB Variations
Color information
#9FDBBE (or 0x9FDBBE) is known color: Vista Blue. HEX triplet: 9F, DB and BE. RGB value is (159,219,190). Sum of RGB (Red+Green+Blue) = 159+219+190=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBBE is #602441. Grayscale: #C5C5C5. Windows color (decimal): -6300738 or 12508063. OLE color: 12508063.
HSL color Cylindrical-coordinate representation of color #9FDBBE: hue angle of 151º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBBE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 190 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.14 |
| HSL | 151º | 0.45% | 0.74% | - |
| HSV(B) | 151º | 0.27% | 0.86% | - |
| XYZ | 48.92 | 61.75 | 58.06 | - |
| YUV | 197.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 190 | 0.27 | 0 | 0.13 | 0.14 | 151 | 0.45 | 0.74 |
| Hex | 9F | DB | BE | 1B | 0 | D | E | 97 | 2D | 4A |
| Octal | 237 | 333 | 276 | 33 | 0 | 15 | 16 | 227 | 55 | 112 |
| Binary | 10011111 | 11011011 | 10111110 | 11011 | 0 | 1101 | 1110 | 10010111 | 101101 | 1001010 |
Color Harmonies of #9FDBBE
Complementary color
Monochromatic Colors of #9FDBBE
Black with #9FDBBE
Text Example
Text Example
White with #9FDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBBE; }
p { color: rgb(159,219,190); }
H1.HeaderClassName
{
color: #9FDBBE;
}
.AnyTagClassName
{
color: #9FDBBE;
}
</style>
background-color css
<style>
a { background-color: #9FDBBE; }
a { background-color: rgb(159,219,190); }
div.DivClassName
{
background-color: #9FDBBE;
}
.BgClassName
{
background-color: #9FDBBE;
}
</style>
border-color css
<style>
span { border-color: #9FDBBE; }
span { border-color: rgb(159,219,190); }
td.TdClassName
{
border-color: #9FDBBE;
}
.TagClassName
{
border-color: #9FDBBE;
}
</style>