Shades of Vista Blue #91CEAF
Tints of Vista Blue #91CEAF
RGB
CMYK
RGB Variations
Color information
#91CEAF (or 0x91CEAF) is known color: Vista Blue. HEX triplet: 91, CE and AF. RGB value is (145,206,175). Sum of RGB (Red+Green+Blue) = 145+206+175=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #91CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CEAF is #6E3150. Grayscale: #B8B8B8. Windows color (decimal): -7221585 or 11521681. OLE color: 11521681.
HSL color Cylindrical-coordinate representation of color #91CEAF: hue angle of 149.51º degrees, saturation: 0.38, 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 #91CEAF is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 175 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.19 |
| HSL | 149.51º | 0.38% | 0.69% | - |
| HSV(B) | 149.51º | 0.3% | 0.81% | - |
| XYZ | 41.49 | 53.26 | 48.65 | - |
| YUV | 184.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 175 | 0.30 | 0 | 0.15 | 0.19 | 149.51 | 0.38 | 0.69 |
| Hex | 91 | CE | AF | 1E | 0 | F | 13 | 96 | 26 | 45 |
| Octal | 221 | 316 | 257 | 36 | 0 | 17 | 23 | 226 | 46 | 105 |
| Binary | 10010001 | 11001110 | 10101111 | 11110 | 0 | 1111 | 10011 | 10010110 | 100110 | 1000101 |
Color Harmonies of #91CEAF
Complementary color
Monochromatic Colors of #91CEAF
Black with #91CEAF
Text Example
Text Example
White with #91CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CEAF; }
p { color: rgb(145,206,175); }
H1.HeaderClassName
{
color: #91CEAF;
}
.AnyTagClassName
{
color: #91CEAF;
}
</style>
background-color css
<style>
a { background-color: #91CEAF; }
a { background-color: rgb(145,206,175); }
div.DivClassName
{
background-color: #91CEAF;
}
.BgClassName
{
background-color: #91CEAF;
}
</style>
border-color css
<style>
span { border-color: #91CEAF; }
span { border-color: rgb(145,206,175); }
td.TdClassName
{
border-color: #91CEAF;
}
.TagClassName
{
border-color: #91CEAF;
}
</style>