Shades of Vista Blue #9FD0B3
Tints of Vista Blue #9FD0B3
RGB
CMYK
RGB Variations
Color information
#9FD0B3 (or 0x9FD0B3) is known color: Vista Blue. HEX triplet: 9F, D0 and B3. RGB value is (159,208,179). Sum of RGB (Red+Green+Blue) = 159+208+179=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0B3 is #602F4C. Grayscale: #BEBEBE. Windows color (decimal): -6303565 or 11784351. OLE color: 11784351.
HSL color Cylindrical-coordinate representation of color #9FD0B3: hue angle of 144.49º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD0B3 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 179 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.18 |
| HSL | 144.49º | 0.34% | 0.72% | - |
| HSV(B) | 144.49º | 0.24% | 0.82% | - |
| XYZ | 44.99 | 55.74 | 51.03 | - |
| YUV | 190.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 179 | 0.24 | 0 | 0.14 | 0.18 | 144.49 | 0.34 | 0.72 |
| Hex | 9F | D0 | B3 | 18 | 0 | E | 12 | 90 | 22 | 48 |
| Octal | 237 | 320 | 263 | 30 | 0 | 16 | 22 | 220 | 42 | 110 |
| Binary | 10011111 | 11010000 | 10110011 | 11000 | 0 | 1110 | 10010 | 10010000 | 100010 | 1001000 |
Color Harmonies of #9FD0B3
Complementary color
Monochromatic Colors of #9FD0B3
Black with #9FD0B3
Text Example
Text Example
White with #9FD0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0B3; }
p { color: rgb(159,208,179); }
H1.HeaderClassName
{
color: #9FD0B3;
}
.AnyTagClassName
{
color: #9FD0B3;
}
</style>
background-color css
<style>
a { background-color: #9FD0B3; }
a { background-color: rgb(159,208,179); }
div.DivClassName
{
background-color: #9FD0B3;
}
.BgClassName
{
background-color: #9FD0B3;
}
</style>
border-color css
<style>
span { border-color: #9FD0B3; }
span { border-color: rgb(159,208,179); }
td.TdClassName
{
border-color: #9FD0B3;
}
.TagClassName
{
border-color: #9FD0B3;
}
</style>