Shades of Vista Blue #9BCEB4
Tints of Vista Blue #9BCEB4
RGB
CMYK
RGB Variations
Color information
#9BCEB4 (or 0x9BCEB4) is known color: Vista Blue. HEX triplet: 9B, CE and B4. RGB value is (155,206,180). Sum of RGB (Red+Green+Blue) = 155+206+180=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEB4 is #64314B. Grayscale: #BBBBBB. Windows color (decimal): -6566220 or 11849371. OLE color: 11849371.
HSL color Cylindrical-coordinate representation of color #9BCEB4: hue angle of 149.41º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEB4 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 180 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.19 |
| HSL | 149.41º | 0.34% | 0.71% | - |
| HSV(B) | 149.41º | 0.25% | 0.81% | - |
| XYZ | 43.83 | 54.41 | 51.37 | - |
| YUV | 187.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 180 | 0.25 | 0 | 0.13 | 0.19 | 149.41 | 0.34 | 0.71 |
| Hex | 9B | CE | B4 | 19 | 0 | D | 13 | 95 | 22 | 47 |
| Octal | 233 | 316 | 264 | 31 | 0 | 15 | 23 | 225 | 42 | 107 |
| Binary | 10011011 | 11001110 | 10110100 | 11001 | 0 | 1101 | 10011 | 10010101 | 100010 | 1000111 |
Color Harmonies of #9BCEB4
Complementary color
Monochromatic Colors of #9BCEB4
Black with #9BCEB4
Text Example
Text Example
White with #9BCEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEB4; }
p { color: rgb(155,206,180); }
H1.HeaderClassName
{
color: #9BCEB4;
}
.AnyTagClassName
{
color: #9BCEB4;
}
</style>
background-color css
<style>
a { background-color: #9BCEB4; }
a { background-color: rgb(155,206,180); }
div.DivClassName
{
background-color: #9BCEB4;
}
.BgClassName
{
background-color: #9BCEB4;
}
</style>
border-color css
<style>
span { border-color: #9BCEB4; }
span { border-color: rgb(155,206,180); }
td.TdClassName
{
border-color: #9BCEB4;
}
.TagClassName
{
border-color: #9BCEB4;
}
</style>