Shades of Vista Blue #91CCA8
Tints of Vista Blue #91CCA8
RGB
CMYK
RGB Variations
Color information
#91CCA8 (or 0x91CCA8) is known color: Vista Blue. HEX triplet: 91, CC and A8. RGB value is (145,204,168). Sum of RGB (Red+Green+Blue) = 145+204+168=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #91CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CCA8 is #6E3357. Grayscale: #B6B6B6. Windows color (decimal): -7222104 or 11062417. OLE color: 11062417.
HSL color Cylindrical-coordinate representation of color #91CCA8: hue angle of 143.39º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CCA8 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 168 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.2 |
| HSL | 143.39º | 0.37% | 0.68% | - |
| HSV(B) | 143.39º | 0.29% | 0.8% | - |
| XYZ | 40.34 | 52.03 | 44.96 | - |
| YUV | 182.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 168 | 0.29 | 0 | 0.18 | 0.2 | 143.39 | 0.37 | 0.68 |
| Hex | 91 | CC | A8 | 1D | 0 | 12 | 14 | 8F | 25 | 44 |
| Octal | 221 | 314 | 250 | 35 | 0 | 22 | 24 | 217 | 45 | 104 |
| Binary | 10010001 | 11001100 | 10101000 | 11101 | 0 | 10010 | 10100 | 10001111 | 100101 | 1000100 |
Color Harmonies of #91CCA8
Complementary color
Monochromatic Colors of #91CCA8
Black with #91CCA8
Text Example
Text Example
White with #91CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CCA8; }
p { color: rgb(145,204,168); }
H1.HeaderClassName
{
color: #91CCA8;
}
.AnyTagClassName
{
color: #91CCA8;
}
</style>
background-color css
<style>
a { background-color: #91CCA8; }
a { background-color: rgb(145,204,168); }
div.DivClassName
{
background-color: #91CCA8;
}
.BgClassName
{
background-color: #91CCA8;
}
</style>
border-color css
<style>
span { border-color: #91CCA8; }
span { border-color: rgb(145,204,168); }
td.TdClassName
{
border-color: #91CCA8;
}
.TagClassName
{
border-color: #91CCA8;
}
</style>