Shades of Regent St Blue #99CEDB
Tints of Regent St Blue #99CEDB
RGB
CMYK
RGB Variations
Color information
#99CEDB (or 0x99CEDB) is known color: Regent St Blue. HEX triplet: 99, CE and DB. RGB value is (153,206,219). Sum of RGB (Red+Green+Blue) = 153+206+219=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #99CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CEDB is #663124. Grayscale: #BFBFBF. Windows color (decimal): -6697253 or 14405273. OLE color: 14405273.
HSL color Cylindrical-coordinate representation of color #99CEDB: hue angle of 191.82º 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 #99CEDB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 206 | 219 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.14 |
| HSL | 191.82º | 0.48% | 0.73% | - |
| HSV(B) | 191.82º | 0.3% | 0.86% | - |
| XYZ | 47.99 | 56.03 | 75.3 | - |
| YUV | 191.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 219 | 0.30 | 0.06 | 0 | 0.14 | 191.82 | 0.48 | 0.73 |
| Hex | 99 | CE | DB | 1E | 6 | 0 | E | C0 | 30 | 49 |
| Octal | 231 | 316 | 333 | 36 | 6 | 0 | 16 | 300 | 60 | 111 |
| Binary | 10011001 | 11001110 | 11011011 | 11110 | 110 | 0 | 1110 | 11000000 | 110000 | 1001001 |
Color Harmonies of #99CEDB
Complementary color
Monochromatic Colors of #99CEDB
Black with #99CEDB
Text Example
Text Example
White with #99CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEDB; }
p { color: rgb(153,206,219); }
H1.HeaderClassName
{
color: #99CEDB;
}
.AnyTagClassName
{
color: #99CEDB;
}
</style>
background-color css
<style>
a { background-color: #99CEDB; }
a { background-color: rgb(153,206,219); }
div.DivClassName
{
background-color: #99CEDB;
}
.BgClassName
{
background-color: #99CEDB;
}
</style>
border-color css
<style>
span { border-color: #99CEDB; }
span { border-color: rgb(153,206,219); }
td.TdClassName
{
border-color: #99CEDB;
}
.TagClassName
{
border-color: #99CEDB;
}
</style>