Shades of Regent St Blue #AACDD6
Tints of Regent St Blue #AACDD6
RGB
CMYK
RGB Variations
Color information
#AACDD6 (or 0xAACDD6) is known color: Regent St Blue. HEX triplet: AA, CD and D6. RGB value is (170,205,214). Sum of RGB (Red+Green+Blue) = 170+205+214=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #AACDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD6 is #553229. Grayscale: #C3C3C3. Windows color (decimal): -5583402 or 14077354. OLE color: 14077354.
HSL color Cylindrical-coordinate representation of color #AACDD6: hue angle of 192.27º degrees, saturation: 0.35, 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 #AACDD6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 205 | 214 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.16 |
| HSL | 192.27º | 0.35% | 0.75% | - |
| HSV(B) | 192.27º | 0.21% | 0.84% | - |
| XYZ | 50.55 | 57.06 | 71.97 | - |
| YUV | 195.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 214 | 0.21 | 0.04 | 0 | 0.16 | 192.27 | 0.35 | 0.75 |
| Hex | AA | CD | D6 | 15 | 4 | 0 | 10 | C0 | 23 | 4B |
| Octal | 252 | 315 | 326 | 25 | 4 | 0 | 20 | 300 | 43 | 113 |
| Binary | 10101010 | 11001101 | 11010110 | 10101 | 100 | 0 | 10000 | 11000000 | 100011 | 1001011 |
Color Harmonies of #AACDD6
Complementary color
Monochromatic Colors of #AACDD6
Black with #AACDD6
Text Example
Text Example
White with #AACDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDD6; }
p { color: rgb(170,205,214); }
H1.HeaderClassName
{
color: #AACDD6;
}
.AnyTagClassName
{
color: #AACDD6;
}
</style>
background-color css
<style>
a { background-color: #AACDD6; }
a { background-color: rgb(170,205,214); }
div.DivClassName
{
background-color: #AACDD6;
}
.BgClassName
{
background-color: #AACDD6;
}
</style>
border-color css
<style>
span { border-color: #AACDD6; }
span { border-color: rgb(170,205,214); }
td.TdClassName
{
border-color: #AACDD6;
}
.TagClassName
{
border-color: #AACDD6;
}
</style>