Shades of Regent St Blue #99CCDC
Tints of Regent St Blue #99CCDC
RGB
CMYK
RGB Variations
Color information
#99CCDC (or 0x99CCDC) is known color: Regent St Blue. HEX triplet: 99, CC and DC. RGB value is (153,204,220). Sum of RGB (Red+Green+Blue) = 153+204+220=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #99CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCDC is #663323. Grayscale: #BEBEBE. Windows color (decimal): -6697764 or 14470297. OLE color: 14470297.
HSL color Cylindrical-coordinate representation of color #99CCDC: hue angle of 194.33º degrees, saturation: 0.49, 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 #99CCDC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 204 | 220 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.14 |
| HSL | 194.33º | 0.49% | 0.73% | - |
| HSV(B) | 194.33º | 0.3% | 0.86% | - |
| XYZ | 47.65 | 55.13 | 75.84 | - |
| YUV | 190.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 220 | 0.30 | 0.07 | 0 | 0.14 | 194.33 | 0.49 | 0.73 |
| Hex | 99 | CC | DC | 1E | 7 | 0 | E | C2 | 31 | 49 |
| Octal | 231 | 314 | 334 | 36 | 7 | 0 | 16 | 302 | 61 | 111 |
| Binary | 10011001 | 11001100 | 11011100 | 11110 | 111 | 0 | 1110 | 11000010 | 110001 | 1001001 |
Color Harmonies of #99CCDC
Complementary color
Monochromatic Colors of #99CCDC
Black with #99CCDC
Text Example
Text Example
White with #99CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCDC; }
p { color: rgb(153,204,220); }
H1.HeaderClassName
{
color: #99CCDC;
}
.AnyTagClassName
{
color: #99CCDC;
}
</style>
background-color css
<style>
a { background-color: #99CCDC; }
a { background-color: rgb(153,204,220); }
div.DivClassName
{
background-color: #99CCDC;
}
.BgClassName
{
background-color: #99CCDC;
}
</style>
border-color css
<style>
span { border-color: #99CCDC; }
span { border-color: rgb(153,204,220); }
td.TdClassName
{
border-color: #99CCDC;
}
.TagClassName
{
border-color: #99CCDC;
}
</style>