Shades of Regent St Blue #AACDD2
Tints of Regent St Blue #AACDD2
RGB
CMYK
RGB Variations
Color information
#AACDD2 (or 0xAACDD2) is known color: Regent St Blue. HEX triplet: AA, CD and D2. RGB value is (170,205,210). Sum of RGB (Red+Green+Blue) = 170+205+210=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #AACDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD2 is #55322D. Grayscale: #C3C3C3. Windows color (decimal): -5583406 or 13815210. OLE color: 13815210.
HSL color Cylindrical-coordinate representation of color #AACDD2: hue angle of 187.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 #AACDD2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 205 | 210 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.18 |
| HSL | 187.5º | 0.31% | 0.75% | - |
| HSV(B) | 187.5º | 0.19% | 0.82% | - |
| XYZ | 50.04 | 56.86 | 69.31 | - |
| YUV | 195.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 210 | 0.19 | 0.02 | 0 | 0.18 | 187.5 | 0.31 | 0.75 |
| Hex | AA | CD | D2 | 13 | 2 | 0 | 12 | BC | 1F | 4B |
| Octal | 252 | 315 | 322 | 23 | 2 | 0 | 22 | 274 | 37 | 113 |
| Binary | 10101010 | 11001101 | 11010010 | 10011 | 10 | 0 | 10010 | 10111100 | 11111 | 1001011 |
Color Harmonies of #AACDD2
Complementary color
Monochromatic Colors of #AACDD2
Black with #AACDD2
Text Example
Text Example
White with #AACDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDD2; }
p { color: rgb(170,205,210); }
H1.HeaderClassName
{
color: #AACDD2;
}
.AnyTagClassName
{
color: #AACDD2;
}
</style>
background-color css
<style>
a { background-color: #AACDD2; }
a { background-color: rgb(170,205,210); }
div.DivClassName
{
background-color: #AACDD2;
}
.BgClassName
{
background-color: #AACDD2;
}
</style>
border-color css
<style>
span { border-color: #AACDD2; }
span { border-color: rgb(170,205,210); }
td.TdClassName
{
border-color: #AACDD2;
}
.TagClassName
{
border-color: #AACDD2;
}
</style>