Shades of Regent St Blue #AAC7D7
Tints of Regent St Blue #AAC7D7
RGB
CMYK
RGB Variations
Color information
#AAC7D7 (or 0xAAC7D7) is known color: Regent St Blue. HEX triplet: AA, C7 and D7. RGB value is (170,199,215). Sum of RGB (Red+Green+Blue) = 170+199+215=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAC7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7D7 is #553828. Grayscale: #C0C0C0. Windows color (decimal): -5584937 or 14141354. OLE color: 14141354.
HSL color Cylindrical-coordinate representation of color #AAC7D7: hue angle of 201.33º degrees, saturation: 0.36, 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 #AAC7D7 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 199 | 215 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.16 |
| HSL | 201.33º | 0.36% | 0.75% | - |
| HSV(B) | 201.33º | 0.21% | 0.84% | - |
| XYZ | 49.27 | 54.3 | 72.17 | - |
| YUV | 192.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 215 | 0.21 | 0.07 | 0 | 0.16 | 201.33 | 0.36 | 0.75 |
| Hex | AA | C7 | D7 | 15 | 7 | 0 | 10 | C9 | 24 | 4B |
| Octal | 252 | 307 | 327 | 25 | 7 | 0 | 20 | 311 | 44 | 113 |
| Binary | 10101010 | 11000111 | 11010111 | 10101 | 111 | 0 | 10000 | 11001001 | 100100 | 1001011 |
Color Harmonies of #AAC7D7
Complementary color
Monochromatic Colors of #AAC7D7
Black with #AAC7D7
Text Example
Text Example
White with #AAC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7D7; }
p { color: rgb(170,199,215); }
H1.HeaderClassName
{
color: #AAC7D7;
}
.AnyTagClassName
{
color: #AAC7D7;
}
</style>
background-color css
<style>
a { background-color: #AAC7D7; }
a { background-color: rgb(170,199,215); }
div.DivClassName
{
background-color: #AAC7D7;
}
.BgClassName
{
background-color: #AAC7D7;
}
</style>
border-color css
<style>
span { border-color: #AAC7D7; }
span { border-color: rgb(170,199,215); }
td.TdClassName
{
border-color: #AAC7D7;
}
.TagClassName
{
border-color: #AAC7D7;
}
</style>