Shades of Regent St Blue #99D3DF
Tints of Regent St Blue #99D3DF
RGB
CMYK
RGB Variations
Color information
#99D3DF (or 0x99D3DF) is known color: Regent St Blue. HEX triplet: 99, D3 and DF. RGB value is (153,211,223). Sum of RGB (Red+Green+Blue) = 153+211+223=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #99D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D3DF is #662C20. Grayscale: #C2C2C2. Windows color (decimal): -6695969 or 14668697. OLE color: 14668697.
HSL color Cylindrical-coordinate representation of color #99D3DF: hue angle of 190.29º 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 #99D3DF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 211 | 223 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.13 |
| HSL | 190.29º | 0.52% | 0.74% | - |
| HSV(B) | 190.29º | 0.31% | 0.87% | - |
| XYZ | 49.75 | 58.69 | 78.52 | - |
| YUV | 195.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 223 | 0.31 | 0.05 | 0 | 0.13 | 190.29 | 0.52 | 0.74 |
| Hex | 99 | D3 | DF | 1F | 5 | 0 | D | BE | 34 | 4A |
| Octal | 231 | 323 | 337 | 37 | 5 | 0 | 15 | 276 | 64 | 112 |
| Binary | 10011001 | 11010011 | 11011111 | 11111 | 101 | 0 | 1101 | 10111110 | 110100 | 1001010 |
Color Harmonies of #99D3DF
Complementary color
Monochromatic Colors of #99D3DF
Black with #99D3DF
Text Example
Text Example
White with #99D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D3DF; }
p { color: rgb(153,211,223); }
H1.HeaderClassName
{
color: #99D3DF;
}
.AnyTagClassName
{
color: #99D3DF;
}
</style>
background-color css
<style>
a { background-color: #99D3DF; }
a { background-color: rgb(153,211,223); }
div.DivClassName
{
background-color: #99D3DF;
}
.BgClassName
{
background-color: #99D3DF;
}
</style>
border-color css
<style>
span { border-color: #99D3DF; }
span { border-color: rgb(153,211,223); }
td.TdClassName
{
border-color: #99D3DF;
}
.TagClassName
{
border-color: #99D3DF;
}
</style>