Shades of Regent St Blue #99C0CB
Tints of Regent St Blue #99C0CB
RGB
CMYK
RGB Variations
Color information
#99C0CB (or 0x99C0CB) is known color: Regent St Blue. HEX triplet: 99, C0 and CB. RGB value is (153,192,203). Sum of RGB (Red+Green+Blue) = 153+192+203=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #99C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0CB is #663F34. Grayscale: #B5B5B5. Windows color (decimal): -6700853 or 13353113. OLE color: 13353113.
HSL color Cylindrical-coordinate representation of color #99C0CB: hue angle of 193.2º degrees, saturation: 0.32, 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 #99C0CB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 192 | 203 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.20 |
| HSL | 193.2º | 0.32% | 0.7% | - |
| HSV(B) | 193.2º | 0.25% | 0.8% | - |
| XYZ | 42.77 | 48.78 | 63.66 | - |
| YUV | 181.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 203 | 0.25 | 0.05 | 0 | 0.20 | 193.2 | 0.32 | 0.7 |
| Hex | 99 | C0 | CB | 19 | 5 | 0 | 14 | C1 | 20 | 46 |
| Octal | 231 | 300 | 313 | 31 | 5 | 0 | 24 | 301 | 40 | 106 |
| Binary | 10011001 | 11000000 | 11001011 | 11001 | 101 | 0 | 10100 | 11000001 | 100000 | 1000110 |
Color Harmonies of #99C0CB
Complementary color
Monochromatic Colors of #99C0CB
Black with #99C0CB
Text Example
Text Example
White with #99C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0CB; }
p { color: rgb(153,192,203); }
H1.HeaderClassName
{
color: #99C0CB;
}
.AnyTagClassName
{
color: #99C0CB;
}
</style>
background-color css
<style>
a { background-color: #99C0CB; }
a { background-color: rgb(153,192,203); }
div.DivClassName
{
background-color: #99C0CB;
}
.BgClassName
{
background-color: #99C0CB;
}
</style>
border-color css
<style>
span { border-color: #99C0CB; }
span { border-color: rgb(153,192,203); }
td.TdClassName
{
border-color: #99C0CB;
}
.TagClassName
{
border-color: #99C0CB;
}
</style>