Shades of Vista Blue #91CCB3
Tints of Vista Blue #91CCB3
RGB
CMYK
RGB Variations
Color information
#91CCB3 (or 0x91CCB3) is known color: Vista Blue. HEX triplet: 91, CC and B3. RGB value is (145,204,179). Sum of RGB (Red+Green+Blue) = 145+204+179=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #91CCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CCB3 is #6E334C. Grayscale: #B7B7B7. Windows color (decimal): -7222093 or 11783313. OLE color: 11783313.
HSL color Cylindrical-coordinate representation of color #91CCB3: hue angle of 154.58º 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 #91CCB3 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 179 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.2 |
| HSL | 154.58º | 0.37% | 0.68% | - |
| HSV(B) | 154.58º | 0.29% | 0.8% | - |
| XYZ | 41.41 | 52.46 | 50.59 | - |
| YUV | 183.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 179 | 0.29 | 0 | 0.12 | 0.2 | 154.58 | 0.37 | 0.68 |
| Hex | 91 | CC | B3 | 1D | 0 | C | 14 | 9B | 25 | 44 |
| Octal | 221 | 314 | 263 | 35 | 0 | 14 | 24 | 233 | 45 | 104 |
| Binary | 10010001 | 11001100 | 10110011 | 11101 | 0 | 1100 | 10100 | 10011011 | 100101 | 1000100 |
Color Harmonies of #91CCB3
Complementary color
Monochromatic Colors of #91CCB3
Black with #91CCB3
Text Example
Text Example
White with #91CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CCB3; }
p { color: rgb(145,204,179); }
H1.HeaderClassName
{
color: #91CCB3;
}
.AnyTagClassName
{
color: #91CCB3;
}
</style>
background-color css
<style>
a { background-color: #91CCB3; }
a { background-color: rgb(145,204,179); }
div.DivClassName
{
background-color: #91CCB3;
}
.BgClassName
{
background-color: #91CCB3;
}
</style>
border-color css
<style>
span { border-color: #91CCB3; }
span { border-color: rgb(145,204,179); }
td.TdClassName
{
border-color: #91CCB3;
}
.TagClassName
{
border-color: #91CCB3;
}
</style>