Shades of Vista Blue #95CFAE
Tints of Vista Blue #95CFAE
RGB
CMYK
RGB Variations
Color information
#95CFAE (or 0x95CFAE) is known color: Vista Blue. HEX triplet: 95, CF and AE. RGB value is (149,207,174). Sum of RGB (Red+Green+Blue) = 149+207+174=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #95CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CFAE is #6A3051. Grayscale: #B9B9B9. Windows color (decimal): -6959186 or 11456405. OLE color: 11456405.
HSL color Cylindrical-coordinate representation of color #95CFAE: hue angle of 145.86º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CFAE is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 207 | 174 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.19 |
| HSL | 145.86º | 0.38% | 0.7% | - |
| HSV(B) | 145.86º | 0.28% | 0.81% | - |
| XYZ | 42.35 | 54.07 | 48.25 | - |
| YUV | 185.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 207 | 174 | 0.28 | 0 | 0.16 | 0.19 | 145.86 | 0.38 | 0.7 |
| Hex | 95 | CF | AE | 1C | 0 | 10 | 13 | 92 | 26 | 46 |
| Octal | 225 | 317 | 256 | 34 | 0 | 20 | 23 | 222 | 46 | 106 |
| Binary | 10010101 | 11001111 | 10101110 | 11100 | 0 | 10000 | 10011 | 10010010 | 100110 | 1000110 |
Color Harmonies of #95CFAE
Complementary color
Monochromatic Colors of #95CFAE
Black with #95CFAE
Text Example
Text Example
White with #95CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CFAE; }
p { color: rgb(149,207,174); }
H1.HeaderClassName
{
color: #95CFAE;
}
.AnyTagClassName
{
color: #95CFAE;
}
</style>
background-color css
<style>
a { background-color: #95CFAE; }
a { background-color: rgb(149,207,174); }
div.DivClassName
{
background-color: #95CFAE;
}
.BgClassName
{
background-color: #95CFAE;
}
</style>
border-color css
<style>
span { border-color: #95CFAE; }
span { border-color: rgb(149,207,174); }
td.TdClassName
{
border-color: #95CFAE;
}
.TagClassName
{
border-color: #95CFAE;
}
</style>