Shades of Regent St Blue #99C5CD
Tints of Regent St Blue #99C5CD
RGB
CMYK
RGB Variations
Color information
#99C5CD (or 0x99C5CD) is known color: Regent St Blue. HEX triplet: 99, C5 and CD. RGB value is (153,197,205). Sum of RGB (Red+Green+Blue) = 153+197+205=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #99C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5CD is #663A32. Grayscale: #B8B8B8. Windows color (decimal): -6699571 or 13485465. OLE color: 13485465.
HSL color Cylindrical-coordinate representation of color #99C5CD: hue angle of 189.23º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99C5CD is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 197 | 205 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.20 |
| HSL | 189.23º | 0.34% | 0.7% | - |
| HSV(B) | 189.23º | 0.25% | 0.8% | - |
| XYZ | 44.12 | 51.11 | 65.3 | - |
| YUV | 184.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 205 | 0.25 | 0.04 | 0 | 0.20 | 189.23 | 0.34 | 0.7 |
| Hex | 99 | C5 | CD | 19 | 4 | 0 | 14 | BD | 22 | 46 |
| Octal | 231 | 305 | 315 | 31 | 4 | 0 | 24 | 275 | 42 | 106 |
| Binary | 10011001 | 11000101 | 11001101 | 11001 | 100 | 0 | 10100 | 10111101 | 100010 | 1000110 |
Color Harmonies of #99C5CD
Complementary color
Monochromatic Colors of #99C5CD
Black with #99C5CD
Text Example
Text Example
White with #99C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5CD; }
p { color: rgb(153,197,205); }
H1.HeaderClassName
{
color: #99C5CD;
}
.AnyTagClassName
{
color: #99C5CD;
}
</style>
background-color css
<style>
a { background-color: #99C5CD; }
a { background-color: rgb(153,197,205); }
div.DivClassName
{
background-color: #99C5CD;
}
.BgClassName
{
background-color: #99C5CD;
}
</style>
border-color css
<style>
span { border-color: #99C5CD; }
span { border-color: rgb(153,197,205); }
td.TdClassName
{
border-color: #99C5CD;
}
.TagClassName
{
border-color: #99C5CD;
}
</style>