Shades of Vista Blue #95CDB5
Tints of Vista Blue #95CDB5
RGB
CMYK
RGB Variations
Color information
#95CDB5 (or 0x95CDB5) is known color: Vista Blue. HEX triplet: 95, CD and B5. RGB value is (149,205,181). Sum of RGB (Red+Green+Blue) = 149+205+181=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDB5 is #6A324A. Grayscale: #B9B9B9. Windows color (decimal): -6959691 or 11914645. OLE color: 11914645.
HSL color Cylindrical-coordinate representation of color #95CDB5: hue angle of 154.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CDB5 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 205 | 181 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.20 |
| HSL | 154.29º | 0.36% | 0.69% | - |
| HSV(B) | 154.29º | 0.27% | 0.8% | - |
| XYZ | 42.57 | 53.39 | 51.78 | - |
| YUV | 185.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 205 | 181 | 0.27 | 0 | 0.12 | 0.20 | 154.29 | 0.36 | 0.69 |
| Hex | 95 | CD | B5 | 1B | 0 | C | 14 | 9A | 24 | 45 |
| Octal | 225 | 315 | 265 | 33 | 0 | 14 | 24 | 232 | 44 | 105 |
| Binary | 10010101 | 11001101 | 10110101 | 11011 | 0 | 1100 | 10100 | 10011010 | 100100 | 1000101 |
Color Harmonies of #95CDB5
Complementary color
Monochromatic Colors of #95CDB5
Black with #95CDB5
Text Example
Text Example
White with #95CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CDB5; }
p { color: rgb(149,205,181); }
H1.HeaderClassName
{
color: #95CDB5;
}
.AnyTagClassName
{
color: #95CDB5;
}
</style>
background-color css
<style>
a { background-color: #95CDB5; }
a { background-color: rgb(149,205,181); }
div.DivClassName
{
background-color: #95CDB5;
}
.BgClassName
{
background-color: #95CDB5;
}
</style>
border-color css
<style>
span { border-color: #95CDB5; }
span { border-color: rgb(149,205,181); }
td.TdClassName
{
border-color: #95CDB5;
}
.TagClassName
{
border-color: #95CDB5;
}
</style>