Shades of Vista Blue #9FDBB9
Tints of Vista Blue #9FDBB9
RGB
CMYK
RGB Variations
Color information
#9FDBB9 (or 0x9FDBB9) is known color: Vista Blue. HEX triplet: 9F, DB and B9. RGB value is (159,219,185). Sum of RGB (Red+Green+Blue) = 159+219+185=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBB9 is #602446. Grayscale: #C5C5C5. Windows color (decimal): -6300743 or 12180383. OLE color: 12180383.
HSL color Cylindrical-coordinate representation of color #9FDBB9: hue angle of 146º 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 #9FDBB9 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 219 | 185 | - |
CMYK | 0.27 | 0 | 0.16 | 0.14 |
HSL | 146º | 0.45% | 0.74% | - |
HSV(B) | 146º | 0.27% | 0.86% | - |
XYZ | 48.39 | 61.54 | 55.23 | - |
YUV | 197.18 | 121.12 | 100.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 219 | 185 | 0.27 | 0 | 0.16 | 0.14 | 146 | 0.45 | 0.74 |
Hex | 9F | DB | B9 | 1B | 0 | 10 | E | 92 | 2D | 4A |
Octal | 237 | 333 | 271 | 33 | 0 | 20 | 16 | 222 | 55 | 112 |
Binary | 10011111 | 11011011 | 10111001 | 11011 | 0 | 10000 | 1110 | 10010010 | 101101 | 1001010 |
Color Harmonies of #9FDBB9
Complementary color
Monochromatic Colors of #9FDBB9
Black with #9FDBB9
Text Example
Text Example
White with #9FDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBB9; }
p { color: rgb(159,219,185); }
H1.HeaderClassName
{
color: #9FDBB9;
}
.AnyTagClassName
{
color: #9FDBB9;
}
</style>
background-color css
<style>
a { background-color: #9FDBB9; }
a { background-color: rgb(159,219,185); }
div.DivClassName
{
background-color: #9FDBB9;
}
.BgClassName
{
background-color: #9FDBB9;
}
</style>
border-color css
<style>
span { border-color: #9FDBB9; }
span { border-color: rgb(159,219,185); }
td.TdClassName
{
border-color: #9FDBB9;
}
.TagClassName
{
border-color: #9FDBB9;
}
</style>