Shades of Regent St Blue #A9C9D1
Tints of Regent St Blue #A9C9D1
RGB
CMYK
RGB Variations
Color information
#A9C9D1 (or 0xA9C9D1) is known color: Regent St Blue. HEX triplet: A9, C9 and D1. RGB value is (169,201,209). Sum of RGB (Red+Green+Blue) = 169+201+209=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #A9C9D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9D1 is #56362E. Grayscale: #C0C0C0. Windows color (decimal): -5649967 or 13748649. OLE color: 13748649.
HSL color Cylindrical-coordinate representation of color #A9C9D1: hue angle of 192º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9C9D1 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 201 | 209 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.18 |
| HSL | 192º | 0.3% | 0.74% | - |
| HSV(B) | 192º | 0.19% | 0.82% | - |
| XYZ | 48.76 | 54.81 | 68.33 | - |
| YUV | 192.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 209 | 0.19 | 0.04 | 0 | 0.18 | 192 | 0.3 | 0.74 |
| Hex | A9 | C9 | D1 | 13 | 4 | 0 | 12 | C0 | 1E | 4A |
| Octal | 251 | 311 | 321 | 23 | 4 | 0 | 22 | 300 | 36 | 112 |
| Binary | 10101001 | 11001001 | 11010001 | 10011 | 100 | 0 | 10010 | 11000000 | 11110 | 1001010 |
Color Harmonies of #A9C9D1
Complementary color
Monochromatic Colors of #A9C9D1
Black with #A9C9D1
Text Example
Text Example
White with #A9C9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C9D1; }
p { color: rgb(169,201,209); }
H1.HeaderClassName
{
color: #A9C9D1;
}
.AnyTagClassName
{
color: #A9C9D1;
}
</style>
background-color css
<style>
a { background-color: #A9C9D1; }
a { background-color: rgb(169,201,209); }
div.DivClassName
{
background-color: #A9C9D1;
}
.BgClassName
{
background-color: #A9C9D1;
}
</style>
border-color css
<style>
span { border-color: #A9C9D1; }
span { border-color: rgb(169,201,209); }
td.TdClassName
{
border-color: #A9C9D1;
}
.TagClassName
{
border-color: #A9C9D1;
}
</style>