Shades of Vista Blue #9BDFBF
Tints of Vista Blue #9BDFBF
RGB
CMYK
RGB Variations
Color information
#9BDFBF (or 0x9BDFBF) is known color: Vista Blue. HEX triplet: 9B, DF and BF. RGB value is (155,223,191). Sum of RGB (Red+Green+Blue) = 155+223+191=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFBF is #642040. Grayscale: #C7C7C7. Windows color (decimal): -6561857 or 12574619. OLE color: 12574619.
HSL color Cylindrical-coordinate representation of color #9BDFBF: hue angle of 151.76º degrees, saturation: 0.52, 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 #9BDFBF is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 191 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.13 |
| HSL | 151.76º | 0.52% | 0.74% | - |
| HSV(B) | 151.76º | 0.3% | 0.87% | - |
| XYZ | 49.31 | 63.51 | 58.95 | - |
| YUV | 199.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 191 | 0.30 | 0 | 0.14 | 0.13 | 151.76 | 0.52 | 0.74 |
| Hex | 9B | DF | BF | 1E | 0 | E | D | 98 | 34 | 4A |
| Octal | 233 | 337 | 277 | 36 | 0 | 16 | 15 | 230 | 64 | 112 |
| Binary | 10011011 | 11011111 | 10111111 | 11110 | 0 | 1110 | 1101 | 10011000 | 110100 | 1001010 |
Color Harmonies of #9BDFBF
Complementary color
Monochromatic Colors of #9BDFBF
Black with #9BDFBF
Text Example
Text Example
White with #9BDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFBF; }
p { color: rgb(155,223,191); }
H1.HeaderClassName
{
color: #9BDFBF;
}
.AnyTagClassName
{
color: #9BDFBF;
}
</style>
background-color css
<style>
a { background-color: #9BDFBF; }
a { background-color: rgb(155,223,191); }
div.DivClassName
{
background-color: #9BDFBF;
}
.BgClassName
{
background-color: #9BDFBF;
}
</style>
border-color css
<style>
span { border-color: #9BDFBF; }
span { border-color: rgb(155,223,191); }
td.TdClassName
{
border-color: #9BDFBF;
}
.TagClassName
{
border-color: #9BDFBF;
}
</style>