Shades of Vista Blue #9BDFB1
Tints of Vista Blue #9BDFB1
RGB
CMYK
RGB Variations
Color information
#9BDFB1 (or 0x9BDFB1) is known color: Vista Blue. HEX triplet: 9B, DF and B1. RGB value is (155,223,177). Sum of RGB (Red+Green+Blue) = 155+223+177=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFB1 is #64204E. Grayscale: #C5C5C5. Windows color (decimal): -6561871 or 11657115. OLE color: 11657115.
HSL color Cylindrical-coordinate representation of color #9BDFB1: hue angle of 139.41º 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 #9BDFB1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 177 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.13 |
| HSL | 139.41º | 0.52% | 0.74% | - |
| HSV(B) | 139.41º | 0.3% | 0.87% | - |
| XYZ | 47.84 | 62.92 | 51.22 | - |
| YUV | 197.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 177 | 0.30 | 0 | 0.21 | 0.13 | 139.41 | 0.52 | 0.74 |
| Hex | 9B | DF | B1 | 1E | 0 | 15 | D | 8B | 34 | 4A |
| Octal | 233 | 337 | 261 | 36 | 0 | 25 | 15 | 213 | 64 | 112 |
| Binary | 10011011 | 11011111 | 10110001 | 11110 | 0 | 10101 | 1101 | 10001011 | 110100 | 1001010 |
Color Harmonies of #9BDFB1
Complementary color
Monochromatic Colors of #9BDFB1
Black with #9BDFB1
Text Example
Text Example
White with #9BDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFB1; }
p { color: rgb(155,223,177); }
H1.HeaderClassName
{
color: #9BDFB1;
}
.AnyTagClassName
{
color: #9BDFB1;
}
</style>
background-color css
<style>
a { background-color: #9BDFB1; }
a { background-color: rgb(155,223,177); }
div.DivClassName
{
background-color: #9BDFB1;
}
.BgClassName
{
background-color: #9BDFB1;
}
</style>
border-color css
<style>
span { border-color: #9BDFB1; }
span { border-color: rgb(155,223,177); }
td.TdClassName
{
border-color: #9BDFB1;
}
.TagClassName
{
border-color: #9BDFB1;
}
</style>