Shades of Regent St Blue #99C8DB
Tints of Regent St Blue #99C8DB
RGB
CMYK
RGB Variations
Color information
#99C8DB (or 0x99C8DB) is known color: Regent St Blue. HEX triplet: 99, C8 and DB. RGB value is (153,200,219). Sum of RGB (Red+Green+Blue) = 153+200+219=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #99C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8DB is #663724. Grayscale: #BBBBBB. Windows color (decimal): -6698789 or 14403737. OLE color: 14403737.
HSL color Cylindrical-coordinate representation of color #99C8DB: hue angle of 197.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C8DB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 200 | 219 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.14 |
| HSL | 197.27º | 0.48% | 0.73% | - |
| HSV(B) | 197.27º | 0.3% | 0.86% | - |
| XYZ | 46.58 | 53.2 | 74.83 | - |
| YUV | 188.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 219 | 0.30 | 0.09 | 0 | 0.14 | 197.27 | 0.48 | 0.73 |
| Hex | 99 | C8 | DB | 1E | 9 | 0 | E | C5 | 30 | 49 |
| Octal | 231 | 310 | 333 | 36 | 11 | 0 | 16 | 305 | 60 | 111 |
| Binary | 10011001 | 11001000 | 11011011 | 11110 | 1001 | 0 | 1110 | 11000101 | 110000 | 1001001 |
Color Harmonies of #99C8DB
Complementary color
Monochromatic Colors of #99C8DB
Black with #99C8DB
Text Example
Text Example
White with #99C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C8DB; }
p { color: rgb(153,200,219); }
H1.HeaderClassName
{
color: #99C8DB;
}
.AnyTagClassName
{
color: #99C8DB;
}
</style>
background-color css
<style>
a { background-color: #99C8DB; }
a { background-color: rgb(153,200,219); }
div.DivClassName
{
background-color: #99C8DB;
}
.BgClassName
{
background-color: #99C8DB;
}
</style>
border-color css
<style>
span { border-color: #99C8DB; }
span { border-color: rgb(153,200,219); }
td.TdClassName
{
border-color: #99C8DB;
}
.TagClassName
{
border-color: #99C8DB;
}
</style>