Shades of Regent St Blue #99D0DD
Tints of Regent St Blue #99D0DD
RGB
CMYK
RGB Variations
Color information
#99D0DD (or 0x99D0DD) is known color: Regent St Blue. HEX triplet: 99, D0 and DD. RGB value is (153,208,221). Sum of RGB (Red+Green+Blue) = 153+208+221=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #99D0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D0DD is #662F22. Grayscale: #C0C0C0. Windows color (decimal): -6696739 or 14536857. OLE color: 14536857.
HSL color Cylindrical-coordinate representation of color #99D0DD: hue angle of 191.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D0DD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 208 | 221 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.13 |
| HSL | 191.47º | 0.5% | 0.73% | - |
| HSV(B) | 191.47º | 0.31% | 0.87% | - |
| XYZ | 48.74 | 57.1 | 76.86 | - |
| YUV | 193.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 221 | 0.31 | 0.06 | 0 | 0.13 | 191.47 | 0.5 | 0.73 |
| Hex | 99 | D0 | DD | 1F | 6 | 0 | D | BF | 32 | 49 |
| Octal | 231 | 320 | 335 | 37 | 6 | 0 | 15 | 277 | 62 | 111 |
| Binary | 10011001 | 11010000 | 11011101 | 11111 | 110 | 0 | 1101 | 10111111 | 110010 | 1001001 |
Color Harmonies of #99D0DD
Complementary color
Monochromatic Colors of #99D0DD
Black with #99D0DD
Text Example
Text Example
White with #99D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D0DD; }
p { color: rgb(153,208,221); }
H1.HeaderClassName
{
color: #99D0DD;
}
.AnyTagClassName
{
color: #99D0DD;
}
</style>
background-color css
<style>
a { background-color: #99D0DD; }
a { background-color: rgb(153,208,221); }
div.DivClassName
{
background-color: #99D0DD;
}
.BgClassName
{
background-color: #99D0DD;
}
</style>
border-color css
<style>
span { border-color: #99D0DD; }
span { border-color: rgb(153,208,221); }
td.TdClassName
{
border-color: #99D0DD;
}
.TagClassName
{
border-color: #99D0DD;
}
</style>