Shades of Regent St Blue #99CEDC
Tints of Regent St Blue #99CEDC
RGB
CMYK
RGB Variations
Color information
#99CEDC (or 0x99CEDC) is known color: Regent St Blue. HEX triplet: 99, CE and DC. RGB value is (153,206,220). Sum of RGB (Red+Green+Blue) = 153+206+220=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #99CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CEDC is #663123. Grayscale: #BFBFBF. Windows color (decimal): -6697252 or 14470809. OLE color: 14470809.
HSL color Cylindrical-coordinate representation of color #99CEDC: hue angle of 192.54º 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 #99CEDC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 206 | 220 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.14 |
| HSL | 192.54º | 0.49% | 0.73% | - |
| HSV(B) | 192.54º | 0.3% | 0.86% | - |
| XYZ | 48.13 | 56.08 | 76 | - |
| YUV | 191.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 220 | 0.30 | 0.06 | 0 | 0.14 | 192.54 | 0.49 | 0.73 |
| Hex | 99 | CE | DC | 1E | 6 | 0 | E | C1 | 31 | 49 |
| Octal | 231 | 316 | 334 | 36 | 6 | 0 | 16 | 301 | 61 | 111 |
| Binary | 10011001 | 11001110 | 11011100 | 11110 | 110 | 0 | 1110 | 11000001 | 110001 | 1001001 |
Color Harmonies of #99CEDC
Complementary color
Monochromatic Colors of #99CEDC
Black with #99CEDC
Text Example
Text Example
White with #99CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEDC; }
p { color: rgb(153,206,220); }
H1.HeaderClassName
{
color: #99CEDC;
}
.AnyTagClassName
{
color: #99CEDC;
}
</style>
background-color css
<style>
a { background-color: #99CEDC; }
a { background-color: rgb(153,206,220); }
div.DivClassName
{
background-color: #99CEDC;
}
.BgClassName
{
background-color: #99CEDC;
}
</style>
border-color css
<style>
span { border-color: #99CEDC; }
span { border-color: rgb(153,206,220); }
td.TdClassName
{
border-color: #99CEDC;
}
.TagClassName
{
border-color: #99CEDC;
}
</style>