Shades of Vista Blue #91CDB4
Tints of Vista Blue #91CDB4
RGB
CMYK
RGB Variations
Color information
#91CDB4 (or 0x91CDB4) is known color: Vista Blue. HEX triplet: 91, CD and B4. RGB value is (145,205,180). Sum of RGB (Red+Green+Blue) = 145+205+180=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #91CDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDB4 is #6E324B. Grayscale: #B8B8B8. Windows color (decimal): -7221836 or 11849105. OLE color: 11849105.
HSL color Cylindrical-coordinate representation of color #91CDB4: hue angle of 155º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CDB4 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 205 | 180 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.20 |
| HSL | 155º | 0.38% | 0.69% | - |
| HSV(B) | 155º | 0.29% | 0.8% | - |
| XYZ | 41.75 | 52.98 | 51.21 | - |
| YUV | 184.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 205 | 180 | 0.29 | 0 | 0.12 | 0.20 | 155 | 0.38 | 0.69 |
| Hex | 91 | CD | B4 | 1D | 0 | C | 14 | 9B | 26 | 45 |
| Octal | 221 | 315 | 264 | 35 | 0 | 14 | 24 | 233 | 46 | 105 |
| Binary | 10010001 | 11001101 | 10110100 | 11101 | 0 | 1100 | 10100 | 10011011 | 100110 | 1000101 |
Color Harmonies of #91CDB4
Complementary color
Monochromatic Colors of #91CDB4
Black with #91CDB4
Text Example
Text Example
White with #91CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CDB4; }
p { color: rgb(145,205,180); }
H1.HeaderClassName
{
color: #91CDB4;
}
.AnyTagClassName
{
color: #91CDB4;
}
</style>
background-color css
<style>
a { background-color: #91CDB4; }
a { background-color: rgb(145,205,180); }
div.DivClassName
{
background-color: #91CDB4;
}
.BgClassName
{
background-color: #91CDB4;
}
</style>
border-color css
<style>
span { border-color: #91CDB4; }
span { border-color: rgb(145,205,180); }
td.TdClassName
{
border-color: #91CDB4;
}
.TagClassName
{
border-color: #91CDB4;
}
</style>