Shades of Regent St Blue #99CED9
Tints of Regent St Blue #99CED9
RGB
CMYK
RGB Variations
Color information
#99CED9 (or 0x99CED9) is known color: Regent St Blue. HEX triplet: 99, CE and D9. RGB value is (153,206,217). Sum of RGB (Red+Green+Blue) = 153+206+217=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #99CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CED9 is #663126. Grayscale: #BFBFBF. Windows color (decimal): -6697255 or 14274201. OLE color: 14274201.
HSL color Cylindrical-coordinate representation of color #99CED9: hue angle of 190.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99CED9 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 206 | 217 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.15 |
| HSL | 190.31º | 0.46% | 0.73% | - |
| HSV(B) | 190.31º | 0.29% | 0.85% | - |
| XYZ | 47.73 | 55.92 | 73.92 | - |
| YUV | 191.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 217 | 0.29 | 0.05 | 0 | 0.15 | 190.31 | 0.46 | 0.73 |
| Hex | 99 | CE | D9 | 1D | 5 | 0 | F | BE | 2E | 49 |
| Octal | 231 | 316 | 331 | 35 | 5 | 0 | 17 | 276 | 56 | 111 |
| Binary | 10011001 | 11001110 | 11011001 | 11101 | 101 | 0 | 1111 | 10111110 | 101110 | 1001001 |
Color Harmonies of #99CED9
Complementary color
Monochromatic Colors of #99CED9
Black with #99CED9
Text Example
Text Example
White with #99CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CED9; }
p { color: rgb(153,206,217); }
H1.HeaderClassName
{
color: #99CED9;
}
.AnyTagClassName
{
color: #99CED9;
}
</style>
background-color css
<style>
a { background-color: #99CED9; }
a { background-color: rgb(153,206,217); }
div.DivClassName
{
background-color: #99CED9;
}
.BgClassName
{
background-color: #99CED9;
}
</style>
border-color css
<style>
span { border-color: #99CED9; }
span { border-color: rgb(153,206,217); }
td.TdClassName
{
border-color: #99CED9;
}
.TagClassName
{
border-color: #99CED9;
}
</style>