Shades of Regent St Blue #95C5D1
Tints of Regent St Blue #95C5D1
RGB
CMYK
RGB Variations
Color information
#95C5D1 (or 0x95C5D1) is known color: Regent St Blue. HEX triplet: 95, C5 and D1. RGB value is (149,197,209). Sum of RGB (Red+Green+Blue) = 149+197+209=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #95C5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C5D1 is #6A3A2E. Grayscale: #B7B7B7. Windows color (decimal): -6961711 or 13747605. OLE color: 13747605.
HSL color Cylindrical-coordinate representation of color #95C5D1: hue angle of 192º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95C5D1 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 197 | 209 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.18 |
| HSL | 192º | 0.39% | 0.7% | - |
| HSV(B) | 192º | 0.29% | 0.82% | - |
| XYZ | 43.87 | 50.93 | 67.84 | - |
| YUV | 184.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 209 | 0.29 | 0.06 | 0 | 0.18 | 192 | 0.39 | 0.7 |
| Hex | 95 | C5 | D1 | 1D | 6 | 0 | 12 | C0 | 27 | 46 |
| Octal | 225 | 305 | 321 | 35 | 6 | 0 | 22 | 300 | 47 | 106 |
| Binary | 10010101 | 11000101 | 11010001 | 11101 | 110 | 0 | 10010 | 11000000 | 100111 | 1000110 |
Color Harmonies of #95C5D1
Complementary color
Monochromatic Colors of #95C5D1
Black with #95C5D1
Text Example
Text Example
White with #95C5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C5D1; }
p { color: rgb(149,197,209); }
H1.HeaderClassName
{
color: #95C5D1;
}
.AnyTagClassName
{
color: #95C5D1;
}
</style>
background-color css
<style>
a { background-color: #95C5D1; }
a { background-color: rgb(149,197,209); }
div.DivClassName
{
background-color: #95C5D1;
}
.BgClassName
{
background-color: #95C5D1;
}
</style>
border-color css
<style>
span { border-color: #95C5D1; }
span { border-color: rgb(149,197,209); }
td.TdClassName
{
border-color: #95C5D1;
}
.TagClassName
{
border-color: #95C5D1;
}
</style>