Shades of Vista Blue #91DFB5
Tints of Vista Blue #91DFB5
RGB
CMYK
RGB Variations
Color information
#91DFB5 (or 0x91DFB5) is known color: Vista Blue. HEX triplet: 91, DF and B5. RGB value is (145,223,181). Sum of RGB (Red+Green+Blue) = 145+223+181=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #91DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DFB5 is #6E204A. Grayscale: #C2C2C2. Windows color (decimal): -7217227 or 11919249. OLE color: 11919249.
HSL color Cylindrical-coordinate representation of color #91DFB5: hue angle of 147.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91DFB5 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 181 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.13 |
| HSL | 147.69º | 0.55% | 0.72% | - |
| HSV(B) | 147.69º | 0.35% | 0.87% | - |
| XYZ | 46.41 | 62.13 | 53.26 | - |
| YUV | 194.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 181 | 0.35 | 0 | 0.19 | 0.13 | 147.69 | 0.55 | 0.72 |
| Hex | 91 | DF | B5 | 23 | 0 | 13 | D | 94 | 37 | 48 |
| Octal | 221 | 337 | 265 | 43 | 0 | 23 | 15 | 224 | 67 | 110 |
| Binary | 10010001 | 11011111 | 10110101 | 100011 | 0 | 10011 | 1101 | 10010100 | 110111 | 1001000 |
Color Harmonies of #91DFB5
Complementary color
Monochromatic Colors of #91DFB5
Black with #91DFB5
Text Example
Text Example
White with #91DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFB5; }
p { color: rgb(145,223,181); }
H1.HeaderClassName
{
color: #91DFB5;
}
.AnyTagClassName
{
color: #91DFB5;
}
</style>
background-color css
<style>
a { background-color: #91DFB5; }
a { background-color: rgb(145,223,181); }
div.DivClassName
{
background-color: #91DFB5;
}
.BgClassName
{
background-color: #91DFB5;
}
</style>
border-color css
<style>
span { border-color: #91DFB5; }
span { border-color: rgb(145,223,181); }
td.TdClassName
{
border-color: #91DFB5;
}
.TagClassName
{
border-color: #91DFB5;
}
</style>