Shades of Vista Blue #91CFB5
Tints of Vista Blue #91CFB5
RGB
CMYK
RGB Variations
Color information
#91CFB5 (or 0x91CFB5) is known color: Vista Blue. HEX triplet: 91, CF and B5. RGB value is (145,207,181). Sum of RGB (Red+Green+Blue) = 145+207+181=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #91CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CFB5 is #6E304A. Grayscale: #B9B9B9. Windows color (decimal): -7221323 or 11915153. OLE color: 11915153.
HSL color Cylindrical-coordinate representation of color #91CFB5: hue angle of 154.84º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CFB5 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 181 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.19 |
| HSL | 154.84º | 0.39% | 0.69% | - |
| HSV(B) | 154.84º | 0.3% | 0.81% | - |
| XYZ | 42.33 | 53.98 | 51.9 | - |
| YUV | 185.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 181 | 0.30 | 0 | 0.13 | 0.19 | 154.84 | 0.39 | 0.69 |
| Hex | 91 | CF | B5 | 1E | 0 | D | 13 | 9B | 27 | 45 |
| Octal | 221 | 317 | 265 | 36 | 0 | 15 | 23 | 233 | 47 | 105 |
| Binary | 10010001 | 11001111 | 10110101 | 11110 | 0 | 1101 | 10011 | 10011011 | 100111 | 1000101 |
Color Harmonies of #91CFB5
Complementary color
Monochromatic Colors of #91CFB5
Black with #91CFB5
Text Example
Text Example
White with #91CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CFB5; }
p { color: rgb(145,207,181); }
H1.HeaderClassName
{
color: #91CFB5;
}
.AnyTagClassName
{
color: #91CFB5;
}
</style>
background-color css
<style>
a { background-color: #91CFB5; }
a { background-color: rgb(145,207,181); }
div.DivClassName
{
background-color: #91CFB5;
}
.BgClassName
{
background-color: #91CFB5;
}
</style>
border-color css
<style>
span { border-color: #91CFB5; }
span { border-color: rgb(145,207,181); }
td.TdClassName
{
border-color: #91CFB5;
}
.TagClassName
{
border-color: #91CFB5;
}
</style>