Shades of Regent St Blue #99BCD7
Tints of Regent St Blue #99BCD7
RGB
CMYK
RGB Variations
Color information
#99BCD7 (or 0x99BCD7) is known color: Regent St Blue. HEX triplet: 99, BC and D7. RGB value is (153,188,215). Sum of RGB (Red+Green+Blue) = 153+188+215=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #99BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCD7 is #664328. Grayscale: #B4B4B4. Windows color (decimal): -6701865 or 14138521. OLE color: 14138521.
HSL color Cylindrical-coordinate representation of color #99BCD7: hue angle of 206.13º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BCD7 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 188 | 215 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.16 |
| HSL | 206.13º | 0.44% | 0.72% | - |
| HSV(B) | 206.13º | 0.29% | 0.84% | - |
| XYZ | 43.39 | 47.65 | 71.2 | - |
| YUV | 180.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 215 | 0.29 | 0.13 | 0 | 0.16 | 206.13 | 0.44 | 0.72 |
| Hex | 99 | BC | D7 | 1D | D | 0 | 10 | CE | 2C | 48 |
| Octal | 231 | 274 | 327 | 35 | 15 | 0 | 20 | 316 | 54 | 110 |
| Binary | 10011001 | 10111100 | 11010111 | 11101 | 1101 | 0 | 10000 | 11001110 | 101100 | 1001000 |
Color Harmonies of #99BCD7
Complementary color
Monochromatic Colors of #99BCD7
Black with #99BCD7
Text Example
Text Example
White with #99BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCD7; }
p { color: rgb(153,188,215); }
H1.HeaderClassName
{
color: #99BCD7;
}
.AnyTagClassName
{
color: #99BCD7;
}
</style>
background-color css
<style>
a { background-color: #99BCD7; }
a { background-color: rgb(153,188,215); }
div.DivClassName
{
background-color: #99BCD7;
}
.BgClassName
{
background-color: #99BCD7;
}
</style>
border-color css
<style>
span { border-color: #99BCD7; }
span { border-color: rgb(153,188,215); }
td.TdClassName
{
border-color: #99BCD7;
}
.TagClassName
{
border-color: #99BCD7;
}
</style>