Shades of Regent St Blue #AACDD5
Tints of Regent St Blue #AACDD5
RGB
CMYK
RGB Variations
Color information
#AACDD5 (or 0xAACDD5) is known color: Regent St Blue. HEX triplet: AA, CD and D5. RGB value is (170,205,213). Sum of RGB (Red+Green+Blue) = 170+205+213=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #AACDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD5 is #55322A. Grayscale: #C3C3C3. Windows color (decimal): -5583403 or 14011818. OLE color: 14011818.
HSL color Cylindrical-coordinate representation of color #AACDD5: hue angle of 191.16º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACDD5 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 205 | 213 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.16 |
| HSL | 191.16º | 0.34% | 0.75% | - |
| HSV(B) | 191.16º | 0.2% | 0.84% | - |
| XYZ | 50.42 | 57.01 | 71.3 | - |
| YUV | 195.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 213 | 0.20 | 0.04 | 0 | 0.16 | 191.16 | 0.34 | 0.75 |
| Hex | AA | CD | D5 | 14 | 4 | 0 | 10 | BF | 22 | 4B |
| Octal | 252 | 315 | 325 | 24 | 4 | 0 | 20 | 277 | 42 | 113 |
| Binary | 10101010 | 11001101 | 11010101 | 10100 | 100 | 0 | 10000 | 10111111 | 100010 | 1001011 |
Color Harmonies of #AACDD5
Complementary color
Monochromatic Colors of #AACDD5
Black with #AACDD5
Text Example
Text Example
White with #AACDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDD5; }
p { color: rgb(170,205,213); }
H1.HeaderClassName
{
color: #AACDD5;
}
.AnyTagClassName
{
color: #AACDD5;
}
</style>
background-color css
<style>
a { background-color: #AACDD5; }
a { background-color: rgb(170,205,213); }
div.DivClassName
{
background-color: #AACDD5;
}
.BgClassName
{
background-color: #AACDD5;
}
</style>
border-color css
<style>
span { border-color: #AACDD5; }
span { border-color: rgb(170,205,213); }
td.TdClassName
{
border-color: #AACDD5;
}
.TagClassName
{
border-color: #AACDD5;
}
</style>