Shades of Regent St Blue #99C0CE
Tints of Regent St Blue #99C0CE
RGB
CMYK
RGB Variations
Color information
#99C0CE (or 0x99C0CE) is known color: Regent St Blue. HEX triplet: 99, C0 and CE. RGB value is (153,192,206). Sum of RGB (Red+Green+Blue) = 153+192+206=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #99C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0CE is #663F31. Grayscale: #B5B5B5. Windows color (decimal): -6700850 or 13549721. OLE color: 13549721.
HSL color Cylindrical-coordinate representation of color #99C0CE: hue angle of 195.85º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99C0CE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 192 | 206 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.19 |
| HSL | 195.85º | 0.35% | 0.7% | - |
| HSV(B) | 195.85º | 0.26% | 0.81% | - |
| XYZ | 43.13 | 48.93 | 65.56 | - |
| YUV | 181.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 206 | 0.26 | 0.07 | 0 | 0.19 | 195.85 | 0.35 | 0.7 |
| Hex | 99 | C0 | CE | 1A | 7 | 0 | 13 | C4 | 23 | 46 |
| Octal | 231 | 300 | 316 | 32 | 7 | 0 | 23 | 304 | 43 | 106 |
| Binary | 10011001 | 11000000 | 11001110 | 11010 | 111 | 0 | 10011 | 11000100 | 100011 | 1000110 |
Color Harmonies of #99C0CE
Complementary color
Monochromatic Colors of #99C0CE
Black with #99C0CE
Text Example
Text Example
White with #99C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0CE; }
p { color: rgb(153,192,206); }
H1.HeaderClassName
{
color: #99C0CE;
}
.AnyTagClassName
{
color: #99C0CE;
}
</style>
background-color css
<style>
a { background-color: #99C0CE; }
a { background-color: rgb(153,192,206); }
div.DivClassName
{
background-color: #99C0CE;
}
.BgClassName
{
background-color: #99C0CE;
}
</style>
border-color css
<style>
span { border-color: #99C0CE; }
span { border-color: rgb(153,192,206); }
td.TdClassName
{
border-color: #99C0CE;
}
.TagClassName
{
border-color: #99C0CE;
}
</style>