Shades of Regent St Blue #99CDDB
Tints of Regent St Blue #99CDDB
RGB
CMYK
RGB Variations
Color information
#99CDDB (or 0x99CDDB) is known color: Regent St Blue. HEX triplet: 99, CD and DB. RGB value is (153,205,219). Sum of RGB (Red+Green+Blue) = 153+205+219=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #99CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDDB is #663224. Grayscale: #BEBEBE. Windows color (decimal): -6697509 or 14405017. OLE color: 14405017.
HSL color Cylindrical-coordinate representation of color #99CDDB: hue angle of 192.73º 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 #99CDDB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 205 | 219 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.14 |
| HSL | 192.73º | 0.48% | 0.73% | - |
| HSV(B) | 192.73º | 0.3% | 0.86% | - |
| XYZ | 47.75 | 55.55 | 75.22 | - |
| YUV | 191.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 219 | 0.30 | 0.06 | 0 | 0.14 | 192.73 | 0.48 | 0.73 |
| Hex | 99 | CD | DB | 1E | 6 | 0 | E | C1 | 30 | 49 |
| Octal | 231 | 315 | 333 | 36 | 6 | 0 | 16 | 301 | 60 | 111 |
| Binary | 10011001 | 11001101 | 11011011 | 11110 | 110 | 0 | 1110 | 11000001 | 110000 | 1001001 |
Color Harmonies of #99CDDB
Complementary color
Monochromatic Colors of #99CDDB
Black with #99CDDB
Text Example
Text Example
White with #99CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CDDB; }
p { color: rgb(153,205,219); }
H1.HeaderClassName
{
color: #99CDDB;
}
.AnyTagClassName
{
color: #99CDDB;
}
</style>
background-color css
<style>
a { background-color: #99CDDB; }
a { background-color: rgb(153,205,219); }
div.DivClassName
{
background-color: #99CDDB;
}
.BgClassName
{
background-color: #99CDDB;
}
</style>
border-color css
<style>
span { border-color: #99CDDB; }
span { border-color: rgb(153,205,219); }
td.TdClassName
{
border-color: #99CDDB;
}
.TagClassName
{
border-color: #99CDDB;
}
</style>