Shades of Regent St Blue #99CEDF
Tints of Regent St Blue #99CEDF
RGB
CMYK
RGB Variations
Color information
#99CEDF (or 0x99CEDF) is known color: Regent St Blue. HEX triplet: 99, CE and DF. RGB value is (153,206,223). Sum of RGB (Red+Green+Blue) = 153+206+223=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #99CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CEDF is #663120. Grayscale: #BFBFBF. Windows color (decimal): -6697249 or 14667417. OLE color: 14667417.
HSL color Cylindrical-coordinate representation of color #99CEDF: hue angle of 194.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99CEDF is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 206 | 223 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.13 |
| HSL | 194.57º | 0.52% | 0.74% | - |
| HSV(B) | 194.57º | 0.31% | 0.87% | - |
| XYZ | 48.53 | 56.24 | 78.11 | - |
| YUV | 192.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 223 | 0.31 | 0.08 | 0 | 0.13 | 194.57 | 0.52 | 0.74 |
| Hex | 99 | CE | DF | 1F | 8 | 0 | D | C3 | 34 | 4A |
| Octal | 231 | 316 | 337 | 37 | 10 | 0 | 15 | 303 | 64 | 112 |
| Binary | 10011001 | 11001110 | 11011111 | 11111 | 1000 | 0 | 1101 | 11000011 | 110100 | 1001010 |
Color Harmonies of #99CEDF
Complementary color
Monochromatic Colors of #99CEDF
Black with #99CEDF
Text Example
Text Example
White with #99CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEDF; }
p { color: rgb(153,206,223); }
H1.HeaderClassName
{
color: #99CEDF;
}
.AnyTagClassName
{
color: #99CEDF;
}
</style>
background-color css
<style>
a { background-color: #99CEDF; }
a { background-color: rgb(153,206,223); }
div.DivClassName
{
background-color: #99CEDF;
}
.BgClassName
{
background-color: #99CEDF;
}
</style>
border-color css
<style>
span { border-color: #99CEDF; }
span { border-color: rgb(153,206,223); }
td.TdClassName
{
border-color: #99CEDF;
}
.TagClassName
{
border-color: #99CEDF;
}
</style>