Shades of Regent St Blue #AACDD7
Tints of Regent St Blue #AACDD7
RGB
CMYK
RGB Variations
Color information
#AACDD7 (or 0xAACDD7) is known color: Regent St Blue. HEX triplet: AA, CD and D7. RGB value is (170,205,215). Sum of RGB (Red+Green+Blue) = 170+205+215=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #AACDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD7 is #553228. Grayscale: #C3C3C3. Windows color (decimal): -5583401 or 14142890. OLE color: 14142890.
HSL color Cylindrical-coordinate representation of color #AACDD7: hue angle of 193.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 #AACDD7 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 205 | 215 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.16 |
| HSL | 193.33º | 0.36% | 0.75% | - |
| HSV(B) | 193.33º | 0.21% | 0.84% | - |
| XYZ | 50.67 | 57.11 | 72.64 | - |
| YUV | 195.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 215 | 0.21 | 0.05 | 0 | 0.16 | 193.33 | 0.36 | 0.75 |
| Hex | AA | CD | D7 | 15 | 5 | 0 | 10 | C1 | 24 | 4B |
| Octal | 252 | 315 | 327 | 25 | 5 | 0 | 20 | 301 | 44 | 113 |
| Binary | 10101010 | 11001101 | 11010111 | 10101 | 101 | 0 | 10000 | 11000001 | 100100 | 1001011 |
Color Harmonies of #AACDD7
Complementary color
Monochromatic Colors of #AACDD7
Black with #AACDD7
Text Example
Text Example
White with #AACDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDD7; }
p { color: rgb(170,205,215); }
H1.HeaderClassName
{
color: #AACDD7;
}
.AnyTagClassName
{
color: #AACDD7;
}
</style>
background-color css
<style>
a { background-color: #AACDD7; }
a { background-color: rgb(170,205,215); }
div.DivClassName
{
background-color: #AACDD7;
}
.BgClassName
{
background-color: #AACDD7;
}
</style>
border-color css
<style>
span { border-color: #AACDD7; }
span { border-color: rgb(170,205,215); }
td.TdClassName
{
border-color: #AACDD7;
}
.TagClassName
{
border-color: #AACDD7;
}
</style>