Shades of Vista Blue #9BD0B2
Tints of Vista Blue #9BD0B2
RGB
CMYK
RGB Variations
Color information
#9BD0B2 (or 0x9BD0B2) is known color: Vista Blue. HEX triplet: 9B, D0 and B2. RGB value is (155,208,178). Sum of RGB (Red+Green+Blue) = 155+208+178=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD0B2 is #642F4D. Grayscale: #BCBCBC. Windows color (decimal): -6565710 or 11718811. OLE color: 11718811.
HSL color Cylindrical-coordinate representation of color #9BD0B2: hue angle of 146.04º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD0B2 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 178 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.18 |
| HSL | 146.04º | 0.36% | 0.71% | - |
| HSV(B) | 146.04º | 0.25% | 0.82% | - |
| XYZ | 44.11 | 55.29 | 50.47 | - |
| YUV | 188.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 178 | 0.25 | 0 | 0.14 | 0.18 | 146.04 | 0.36 | 0.71 |
| Hex | 9B | D0 | B2 | 19 | 0 | E | 12 | 92 | 24 | 47 |
| Octal | 233 | 320 | 262 | 31 | 0 | 16 | 22 | 222 | 44 | 107 |
| Binary | 10011011 | 11010000 | 10110010 | 11001 | 0 | 1110 | 10010 | 10010010 | 100100 | 1000111 |
Color Harmonies of #9BD0B2
Complementary color
Monochromatic Colors of #9BD0B2
Black with #9BD0B2
Text Example
Text Example
White with #9BD0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0B2; }
p { color: rgb(155,208,178); }
H1.HeaderClassName
{
color: #9BD0B2;
}
.AnyTagClassName
{
color: #9BD0B2;
}
</style>
background-color css
<style>
a { background-color: #9BD0B2; }
a { background-color: rgb(155,208,178); }
div.DivClassName
{
background-color: #9BD0B2;
}
.BgClassName
{
background-color: #9BD0B2;
}
</style>
border-color css
<style>
span { border-color: #9BD0B2; }
span { border-color: rgb(155,208,178); }
td.TdClassName
{
border-color: #9BD0B2;
}
.TagClassName
{
border-color: #9BD0B2;
}
</style>