Shades of Regent St Blue #A9CBD5
Tints of Regent St Blue #A9CBD5
RGB
CMYK
RGB Variations
Color information
#A9CBD5 (or 0xA9CBD5) is known color: Regent St Blue. HEX triplet: A9, CB and D5. RGB value is (169,203,213). Sum of RGB (Red+Green+Blue) = 169+203+213=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #A9CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBD5 is #56342A. Grayscale: #C1C1C1. Windows color (decimal): -5649451 or 14011305. OLE color: 14011305.
HSL color Cylindrical-coordinate representation of color #A9CBD5: hue angle of 193.64º degrees, saturation: 0.34, 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 #A9CBD5 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 203 | 213 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.16 |
| HSL | 193.64º | 0.34% | 0.75% | - |
| HSV(B) | 193.64º | 0.21% | 0.84% | - |
| XYZ | 49.73 | 55.95 | 71.13 | - |
| YUV | 193.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 213 | 0.21 | 0.05 | 0 | 0.16 | 193.64 | 0.34 | 0.75 |
| Hex | A9 | CB | D5 | 15 | 5 | 0 | 10 | C2 | 22 | 4B |
| Octal | 251 | 313 | 325 | 25 | 5 | 0 | 20 | 302 | 42 | 113 |
| Binary | 10101001 | 11001011 | 11010101 | 10101 | 101 | 0 | 10000 | 11000010 | 100010 | 1001011 |
Color Harmonies of #A9CBD5
Complementary color
Monochromatic Colors of #A9CBD5
Black with #A9CBD5
Text Example
Text Example
White with #A9CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBD5; }
p { color: rgb(169,203,213); }
H1.HeaderClassName
{
color: #A9CBD5;
}
.AnyTagClassName
{
color: #A9CBD5;
}
</style>
background-color css
<style>
a { background-color: #A9CBD5; }
a { background-color: rgb(169,203,213); }
div.DivClassName
{
background-color: #A9CBD5;
}
.BgClassName
{
background-color: #A9CBD5;
}
</style>
border-color css
<style>
span { border-color: #A9CBD5; }
span { border-color: rgb(169,203,213); }
td.TdClassName
{
border-color: #A9CBD5;
}
.TagClassName
{
border-color: #A9CBD5;
}
</style>