Shades of Regent St Blue #95C5D2
Tints of Regent St Blue #95C5D2
RGB
CMYK
RGB Variations
Color information
#95C5D2 (or 0x95C5D2) is known color: Regent St Blue. HEX triplet: 95, C5 and D2. RGB value is (149,197,210). Sum of RGB (Red+Green+Blue) = 149+197+210=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #95C5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C5D2 is #6A3A2D. Grayscale: #B8B8B8. Windows color (decimal): -6961710 or 13813141. OLE color: 13813141.
HSL color Cylindrical-coordinate representation of color #95C5D2: hue angle of 192.79º degrees, saturation: 0.4, 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 #95C5D2 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 197 | 210 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.18 |
| HSL | 192.79º | 0.4% | 0.7% | - |
| HSV(B) | 192.79º | 0.29% | 0.82% | - |
| XYZ | 43.99 | 50.98 | 68.49 | - |
| YUV | 184.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 210 | 0.29 | 0.06 | 0 | 0.18 | 192.79 | 0.4 | 0.7 |
| Hex | 95 | C5 | D2 | 1D | 6 | 0 | 12 | C1 | 28 | 46 |
| Octal | 225 | 305 | 322 | 35 | 6 | 0 | 22 | 301 | 50 | 106 |
| Binary | 10010101 | 11000101 | 11010010 | 11101 | 110 | 0 | 10010 | 11000001 | 101000 | 1000110 |
Color Harmonies of #95C5D2
Complementary color
Monochromatic Colors of #95C5D2
Black with #95C5D2
Text Example
Text Example
White with #95C5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C5D2; }
p { color: rgb(149,197,210); }
H1.HeaderClassName
{
color: #95C5D2;
}
.AnyTagClassName
{
color: #95C5D2;
}
</style>
background-color css
<style>
a { background-color: #95C5D2; }
a { background-color: rgb(149,197,210); }
div.DivClassName
{
background-color: #95C5D2;
}
.BgClassName
{
background-color: #95C5D2;
}
</style>
border-color css
<style>
span { border-color: #95C5D2; }
span { border-color: rgb(149,197,210); }
td.TdClassName
{
border-color: #95C5D2;
}
.TagClassName
{
border-color: #95C5D2;
}
</style>