Shades of Regent St Blue #99C7DA
Tints of Regent St Blue #99C7DA
RGB
CMYK
RGB Variations
Color information
#99C7DA (or 0x99C7DA) is known color: Regent St Blue. HEX triplet: 99, C7 and DA. RGB value is (153,199,218). Sum of RGB (Red+Green+Blue) = 153+199+218=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #99C7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C7DA is #663825. Grayscale: #BBBBBB. Windows color (decimal): -6699046 or 14337945. OLE color: 14337945.
HSL color Cylindrical-coordinate representation of color #99C7DA: hue angle of 197.54º 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 #99C7DA is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 199 | 218 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.15 |
| HSL | 197.54º | 0.47% | 0.73% | - |
| HSV(B) | 197.54º | 0.3% | 0.85% | - |
| XYZ | 46.22 | 52.68 | 74.06 | - |
| YUV | 187.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 218 | 0.30 | 0.09 | 0 | 0.15 | 197.54 | 0.47 | 0.73 |
| Hex | 99 | C7 | DA | 1E | 9 | 0 | F | C6 | 2F | 49 |
| Octal | 231 | 307 | 332 | 36 | 11 | 0 | 17 | 306 | 57 | 111 |
| Binary | 10011001 | 11000111 | 11011010 | 11110 | 1001 | 0 | 1111 | 11000110 | 101111 | 1001001 |
Color Harmonies of #99C7DA
Complementary color
Monochromatic Colors of #99C7DA
Black with #99C7DA
Text Example
Text Example
White with #99C7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C7DA; }
p { color: rgb(153,199,218); }
H1.HeaderClassName
{
color: #99C7DA;
}
.AnyTagClassName
{
color: #99C7DA;
}
</style>
background-color css
<style>
a { background-color: #99C7DA; }
a { background-color: rgb(153,199,218); }
div.DivClassName
{
background-color: #99C7DA;
}
.BgClassName
{
background-color: #99C7DA;
}
</style>
border-color css
<style>
span { border-color: #99C7DA; }
span { border-color: rgb(153,199,218); }
td.TdClassName
{
border-color: #99C7DA;
}
.TagClassName
{
border-color: #99C7DA;
}
</style>