Shades of Regent St Blue #99C9DA
Tints of Regent St Blue #99C9DA
RGB
CMYK
RGB Variations
Color information
#99C9DA (or 0x99C9DA) is known color: Regent St Blue. HEX triplet: 99, C9 and DA. RGB value is (153,201,218). Sum of RGB (Red+Green+Blue) = 153+201+218=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #99C9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C9DA is #663625. Grayscale: #BCBCBC. Windows color (decimal): -6698534 or 14338457. OLE color: 14338457.
HSL color Cylindrical-coordinate representation of color #99C9DA: hue angle of 195.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C9DA is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 201 | 218 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.15 |
| HSL | 195.69º | 0.47% | 0.73% | - |
| HSV(B) | 195.69º | 0.3% | 0.85% | - |
| XYZ | 46.68 | 53.61 | 74.22 | - |
| YUV | 188.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 218 | 0.30 | 0.08 | 0 | 0.15 | 195.69 | 0.47 | 0.73 |
| Hex | 99 | C9 | DA | 1E | 8 | 0 | F | C4 | 2F | 49 |
| Octal | 231 | 311 | 332 | 36 | 10 | 0 | 17 | 304 | 57 | 111 |
| Binary | 10011001 | 11001001 | 11011010 | 11110 | 1000 | 0 | 1111 | 11000100 | 101111 | 1001001 |
Color Harmonies of #99C9DA
Complementary color
Monochromatic Colors of #99C9DA
Black with #99C9DA
Text Example
Text Example
White with #99C9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C9DA; }
p { color: rgb(153,201,218); }
H1.HeaderClassName
{
color: #99C9DA;
}
.AnyTagClassName
{
color: #99C9DA;
}
</style>
background-color css
<style>
a { background-color: #99C9DA; }
a { background-color: rgb(153,201,218); }
div.DivClassName
{
background-color: #99C9DA;
}
.BgClassName
{
background-color: #99C9DA;
}
</style>
border-color css
<style>
span { border-color: #99C9DA; }
span { border-color: rgb(153,201,218); }
td.TdClassName
{
border-color: #99C9DA;
}
.TagClassName
{
border-color: #99C9DA;
}
</style>