Shades of Regent St Blue #A9CCD1
Tints of Regent St Blue #A9CCD1
RGB
CMYK
RGB Variations
Color information
#A9CCD1 (or 0xA9CCD1) is known color: Regent St Blue. HEX triplet: A9, CC and D1. RGB value is (169,204,209). Sum of RGB (Red+Green+Blue) = 169+204+209=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #A9CCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCD1 is #56332E. Grayscale: #C2C2C2. Windows color (decimal): -5649199 or 13749417. OLE color: 13749417.
HSL color Cylindrical-coordinate representation of color #A9CCD1: hue angle of 187.5º 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 #A9CCD1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 204 | 209 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.18 |
| HSL | 187.5º | 0.3% | 0.74% | - |
| HSV(B) | 187.5º | 0.19% | 0.82% | - |
| XYZ | 49.46 | 56.22 | 68.57 | - |
| YUV | 194.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 209 | 0.19 | 0.02 | 0 | 0.18 | 187.5 | 0.3 | 0.74 |
| Hex | A9 | CC | D1 | 13 | 2 | 0 | 12 | BC | 1E | 4A |
| Octal | 251 | 314 | 321 | 23 | 2 | 0 | 22 | 274 | 36 | 112 |
| Binary | 10101001 | 11001100 | 11010001 | 10011 | 10 | 0 | 10010 | 10111100 | 11110 | 1001010 |
Color Harmonies of #A9CCD1
Complementary color
Monochromatic Colors of #A9CCD1
Black with #A9CCD1
Text Example
Text Example
White with #A9CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CCD1; }
p { color: rgb(169,204,209); }
H1.HeaderClassName
{
color: #A9CCD1;
}
.AnyTagClassName
{
color: #A9CCD1;
}
</style>
background-color css
<style>
a { background-color: #A9CCD1; }
a { background-color: rgb(169,204,209); }
div.DivClassName
{
background-color: #A9CCD1;
}
.BgClassName
{
background-color: #A9CCD1;
}
</style>
border-color css
<style>
span { border-color: #A9CCD1; }
span { border-color: rgb(169,204,209); }
td.TdClassName
{
border-color: #A9CCD1;
}
.TagClassName
{
border-color: #A9CCD1;
}
</style>