Shades of Regent St Blue #99C0CD
Tints of Regent St Blue #99C0CD
RGB
CMYK
RGB Variations
Color information
#99C0CD (or 0x99C0CD) is known color: Regent St Blue. HEX triplet: 99, C0 and CD. RGB value is (153,192,205). Sum of RGB (Red+Green+Blue) = 153+192+205=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #99C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0CD is #663F32. Grayscale: #B5B5B5. Windows color (decimal): -6700851 or 13484185. OLE color: 13484185.
HSL color Cylindrical-coordinate representation of color #99C0CD: hue angle of 195º 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 #99C0CD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 192 | 205 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.20 |
| HSL | 195º | 0.34% | 0.7% | - |
| HSV(B) | 195º | 0.25% | 0.8% | - |
| XYZ | 43.01 | 48.88 | 64.93 | - |
| YUV | 181.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 205 | 0.25 | 0.06 | 0 | 0.20 | 195 | 0.34 | 0.7 |
| Hex | 99 | C0 | CD | 19 | 6 | 0 | 14 | C3 | 22 | 46 |
| Octal | 231 | 300 | 315 | 31 | 6 | 0 | 24 | 303 | 42 | 106 |
| Binary | 10011001 | 11000000 | 11001101 | 11001 | 110 | 0 | 10100 | 11000011 | 100010 | 1000110 |
Color Harmonies of #99C0CD
Complementary color
Monochromatic Colors of #99C0CD
Black with #99C0CD
Text Example
Text Example
White with #99C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0CD; }
p { color: rgb(153,192,205); }
H1.HeaderClassName
{
color: #99C0CD;
}
.AnyTagClassName
{
color: #99C0CD;
}
</style>
background-color css
<style>
a { background-color: #99C0CD; }
a { background-color: rgb(153,192,205); }
div.DivClassName
{
background-color: #99C0CD;
}
.BgClassName
{
background-color: #99C0CD;
}
</style>
border-color css
<style>
span { border-color: #99C0CD; }
span { border-color: rgb(153,192,205); }
td.TdClassName
{
border-color: #99C0CD;
}
.TagClassName
{
border-color: #99C0CD;
}
</style>