Shades of Regent St Blue #AAC7D2
Tints of Regent St Blue #AAC7D2
RGB
CMYK
RGB Variations
Color information
#AAC7D2 (or 0xAAC7D2) is known color: Regent St Blue. HEX triplet: AA, C7 and D2. RGB value is (170,199,210). Sum of RGB (Red+Green+Blue) = 170+199+210=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAC7D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7D2 is #55382D. Grayscale: #BFBFBF. Windows color (decimal): -5584942 or 13813674. OLE color: 13813674.
HSL color Cylindrical-coordinate representation of color #AAC7D2: hue angle of 196.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC7D2 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 199 | 210 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.18 |
| HSL | 196.5º | 0.31% | 0.75% | - |
| HSV(B) | 196.5º | 0.19% | 0.82% | - |
| XYZ | 48.63 | 54.05 | 68.84 | - |
| YUV | 191.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 210 | 0.19 | 0.05 | 0 | 0.18 | 196.5 | 0.31 | 0.75 |
| Hex | AA | C7 | D2 | 13 | 5 | 0 | 12 | C4 | 1F | 4B |
| Octal | 252 | 307 | 322 | 23 | 5 | 0 | 22 | 304 | 37 | 113 |
| Binary | 10101010 | 11000111 | 11010010 | 10011 | 101 | 0 | 10010 | 11000100 | 11111 | 1001011 |
Color Harmonies of #AAC7D2
Complementary color
Monochromatic Colors of #AAC7D2
Black with #AAC7D2
Text Example
Text Example
White with #AAC7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7D2; }
p { color: rgb(170,199,210); }
H1.HeaderClassName
{
color: #AAC7D2;
}
.AnyTagClassName
{
color: #AAC7D2;
}
</style>
background-color css
<style>
a { background-color: #AAC7D2; }
a { background-color: rgb(170,199,210); }
div.DivClassName
{
background-color: #AAC7D2;
}
.BgClassName
{
background-color: #AAC7D2;
}
</style>
border-color css
<style>
span { border-color: #AAC7D2; }
span { border-color: rgb(170,199,210); }
td.TdClassName
{
border-color: #AAC7D2;
}
.TagClassName
{
border-color: #AAC7D2;
}
</style>