Shades of Regent St Blue #95BCD0
Tints of Regent St Blue #95BCD0
RGB
CMYK
RGB Variations
Color information
#95BCD0 (or 0x95BCD0) is known color: Regent St Blue. HEX triplet: 95, BC and D0. RGB value is (149,188,208). Sum of RGB (Red+Green+Blue) = 149+188+208=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #95BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCD0 is #6A432F. Grayscale: #B2B2B2. Windows color (decimal): -6964016 or 13679765. OLE color: 13679765.
HSL color Cylindrical-coordinate representation of color #95BCD0: hue angle of 200.34º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95BCD0 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 188 | 208 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.18 |
| HSL | 200.34º | 0.39% | 0.7% | - |
| HSV(B) | 200.34º | 0.28% | 0.82% | - |
| XYZ | 41.76 | 46.91 | 66.53 | - |
| YUV | 178.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 208 | 0.28 | 0.10 | 0 | 0.18 | 200.34 | 0.39 | 0.7 |
| Hex | 95 | BC | D0 | 1C | A | 0 | 12 | C8 | 27 | 46 |
| Octal | 225 | 274 | 320 | 34 | 12 | 0 | 22 | 310 | 47 | 106 |
| Binary | 10010101 | 10111100 | 11010000 | 11100 | 1010 | 0 | 10010 | 11001000 | 100111 | 1000110 |
Color Harmonies of #95BCD0
Complementary color
Monochromatic Colors of #95BCD0
Black with #95BCD0
Text Example
Text Example
White with #95BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCD0; }
p { color: rgb(149,188,208); }
H1.HeaderClassName
{
color: #95BCD0;
}
.AnyTagClassName
{
color: #95BCD0;
}
</style>
background-color css
<style>
a { background-color: #95BCD0; }
a { background-color: rgb(149,188,208); }
div.DivClassName
{
background-color: #95BCD0;
}
.BgClassName
{
background-color: #95BCD0;
}
</style>
border-color css
<style>
span { border-color: #95BCD0; }
span { border-color: rgb(149,188,208); }
td.TdClassName
{
border-color: #95BCD0;
}
.TagClassName
{
border-color: #95BCD0;
}
</style>