Shades of Regent St Blue #A9CBD9
Tints of Regent St Blue #A9CBD9
RGB
CMYK
RGB Variations
Color information
#A9CBD9 (or 0xA9CBD9) is known color: Regent St Blue. HEX triplet: A9, CB and D9. RGB value is (169,203,217). Sum of RGB (Red+Green+Blue) = 169+203+217=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #A9CBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBD9 is #563426. Grayscale: #C2C2C2. Windows color (decimal): -5649447 or 14273449. OLE color: 14273449.
HSL color Cylindrical-coordinate representation of color #A9CBD9: hue angle of 197.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9CBD9 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 203 | 217 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.15 |
| HSL | 197.5º | 0.39% | 0.76% | - |
| HSV(B) | 197.5º | 0.22% | 0.85% | - |
| XYZ | 50.24 | 56.16 | 73.84 | - |
| YUV | 194.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 217 | 0.22 | 0.06 | 0 | 0.15 | 197.5 | 0.39 | 0.76 |
| Hex | A9 | CB | D9 | 16 | 6 | 0 | F | C6 | 27 | 4C |
| Octal | 251 | 313 | 331 | 26 | 6 | 0 | 17 | 306 | 47 | 114 |
| Binary | 10101001 | 11001011 | 11011001 | 10110 | 110 | 0 | 1111 | 11000110 | 100111 | 1001100 |
Color Harmonies of #A9CBD9
Complementary color
Monochromatic Colors of #A9CBD9
Black with #A9CBD9
Text Example
Text Example
White with #A9CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBD9; }
p { color: rgb(169,203,217); }
H1.HeaderClassName
{
color: #A9CBD9;
}
.AnyTagClassName
{
color: #A9CBD9;
}
</style>
background-color css
<style>
a { background-color: #A9CBD9; }
a { background-color: rgb(169,203,217); }
div.DivClassName
{
background-color: #A9CBD9;
}
.BgClassName
{
background-color: #A9CBD9;
}
</style>
border-color css
<style>
span { border-color: #A9CBD9; }
span { border-color: rgb(169,203,217); }
td.TdClassName
{
border-color: #A9CBD9;
}
.TagClassName
{
border-color: #A9CBD9;
}
</style>