Shades of Regent St Blue #AACDD8
Tints of Regent St Blue #AACDD8
RGB
CMYK
RGB Variations
Color information
#AACDD8 (or 0xAACDD8) is known color: Regent St Blue. HEX triplet: AA, CD and D8. RGB value is (170,205,216). Sum of RGB (Red+Green+Blue) = 170+205+216=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #AACDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD8 is #553227. Grayscale: #C3C3C3. Windows color (decimal): -5583400 or 14208426. OLE color: 14208426.
HSL color Cylindrical-coordinate representation of color #AACDD8: hue angle of 194.35º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACDD8 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 205 | 216 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.15 |
| HSL | 194.35º | 0.37% | 0.76% | - |
| HSV(B) | 194.35º | 0.21% | 0.85% | - |
| XYZ | 50.8 | 57.17 | 73.32 | - |
| YUV | 195.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 216 | 0.21 | 0.05 | 0 | 0.15 | 194.35 | 0.37 | 0.76 |
| Hex | AA | CD | D8 | 15 | 5 | 0 | F | C2 | 25 | 4C |
| Octal | 252 | 315 | 330 | 25 | 5 | 0 | 17 | 302 | 45 | 114 |
| Binary | 10101010 | 11001101 | 11011000 | 10101 | 101 | 0 | 1111 | 11000010 | 100101 | 1001100 |
Color Harmonies of #AACDD8
Complementary color
Monochromatic Colors of #AACDD8
Black with #AACDD8
Text Example
Text Example
White with #AACDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDD8; }
p { color: rgb(170,205,216); }
H1.HeaderClassName
{
color: #AACDD8;
}
.AnyTagClassName
{
color: #AACDD8;
}
</style>
background-color css
<style>
a { background-color: #AACDD8; }
a { background-color: rgb(170,205,216); }
div.DivClassName
{
background-color: #AACDD8;
}
.BgClassName
{
background-color: #AACDD8;
}
</style>
border-color css
<style>
span { border-color: #AACDD8; }
span { border-color: rgb(170,205,216); }
td.TdClassName
{
border-color: #AACDD8;
}
.TagClassName
{
border-color: #AACDD8;
}
</style>