Shades of Regent St Blue #A9D1D7
Tints of Regent St Blue #A9D1D7
RGB
CMYK
RGB Variations
Color information
#A9D1D7 (or 0xA9D1D7) is known color: Regent St Blue. HEX triplet: A9, D1 and D7. RGB value is (169,209,215). Sum of RGB (Red+Green+Blue) = 169+209+215=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #A9D1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D1D7 is #562E28. Grayscale: #C5C5C5. Windows color (decimal): -5647913 or 14143913. OLE color: 14143913.
HSL color Cylindrical-coordinate representation of color #A9D1D7: hue angle of 187.83º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D1D7 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 209 | 215 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.16 |
| HSL | 187.83º | 0.37% | 0.75% | - |
| HSV(B) | 187.83º | 0.21% | 0.84% | - |
| XYZ | 51.43 | 58.94 | 72.96 | - |
| YUV | 197.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 215 | 0.21 | 0.03 | 0 | 0.16 | 187.83 | 0.37 | 0.75 |
| Hex | A9 | D1 | D7 | 15 | 3 | 0 | 10 | BC | 25 | 4B |
| Octal | 251 | 321 | 327 | 25 | 3 | 0 | 20 | 274 | 45 | 113 |
| Binary | 10101001 | 11010001 | 11010111 | 10101 | 11 | 0 | 10000 | 10111100 | 100101 | 1001011 |
Color Harmonies of #A9D1D7
Complementary color
Monochromatic Colors of #A9D1D7
Black with #A9D1D7
Text Example
Text Example
White with #A9D1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D1D7; }
p { color: rgb(169,209,215); }
H1.HeaderClassName
{
color: #A9D1D7;
}
.AnyTagClassName
{
color: #A9D1D7;
}
</style>
background-color css
<style>
a { background-color: #A9D1D7; }
a { background-color: rgb(169,209,215); }
div.DivClassName
{
background-color: #A9D1D7;
}
.BgClassName
{
background-color: #A9D1D7;
}
</style>
border-color css
<style>
span { border-color: #A9D1D7; }
span { border-color: rgb(169,209,215); }
td.TdClassName
{
border-color: #A9D1D7;
}
.TagClassName
{
border-color: #A9D1D7;
}
</style>