Shades of Regent St Blue #99CCDB
Tints of Regent St Blue #99CCDB
RGB
CMYK
RGB Variations
Color information
#99CCDB (or 0x99CCDB) is known color: Regent St Blue. HEX triplet: 99, CC and DB. RGB value is (153,204,219). Sum of RGB (Red+Green+Blue) = 153+204+219=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #99CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCDB is #663324. Grayscale: #BEBEBE. Windows color (decimal): -6697765 or 14404761. OLE color: 14404761.
HSL color Cylindrical-coordinate representation of color #99CCDB: hue angle of 193.64º 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 #99CCDB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 204 | 219 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.14 |
| HSL | 193.64º | 0.48% | 0.73% | - |
| HSV(B) | 193.64º | 0.3% | 0.86% | - |
| XYZ | 47.52 | 55.07 | 75.14 | - |
| YUV | 190.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 219 | 0.30 | 0.07 | 0 | 0.14 | 193.64 | 0.48 | 0.73 |
| Hex | 99 | CC | DB | 1E | 7 | 0 | E | C2 | 30 | 49 |
| Octal | 231 | 314 | 333 | 36 | 7 | 0 | 16 | 302 | 60 | 111 |
| Binary | 10011001 | 11001100 | 11011011 | 11110 | 111 | 0 | 1110 | 11000010 | 110000 | 1001001 |
Color Harmonies of #99CCDB
Complementary color
Monochromatic Colors of #99CCDB
Black with #99CCDB
Text Example
Text Example
White with #99CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCDB; }
p { color: rgb(153,204,219); }
H1.HeaderClassName
{
color: #99CCDB;
}
.AnyTagClassName
{
color: #99CCDB;
}
</style>
background-color css
<style>
a { background-color: #99CCDB; }
a { background-color: rgb(153,204,219); }
div.DivClassName
{
background-color: #99CCDB;
}
.BgClassName
{
background-color: #99CCDB;
}
</style>
border-color css
<style>
span { border-color: #99CCDB; }
span { border-color: rgb(153,204,219); }
td.TdClassName
{
border-color: #99CCDB;
}
.TagClassName
{
border-color: #99CCDB;
}
</style>