Shades of Regent St Blue #AACAD0
Tints of Regent St Blue #AACAD0
RGB
CMYK
RGB Variations
Color information
#AACAD0 (or 0xAACAD0) is known color: Regent St Blue. HEX triplet: AA, CA and D0. RGB value is (170,202,208). Sum of RGB (Red+Green+Blue) = 170+202+208=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #AACAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAD0 is #55352F. Grayscale: #C1C1C1. Windows color (decimal): -5584176 or 13683370. OLE color: 13683370.
HSL color Cylindrical-coordinate representation of color #AACAD0: hue angle of 189.47º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACAD0 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 202 | 208 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.18 |
| HSL | 189.47º | 0.29% | 0.74% | - |
| HSV(B) | 189.47º | 0.18% | 0.82% | - |
| XYZ | 49.08 | 55.34 | 67.77 | - |
| YUV | 193.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 208 | 0.18 | 0.03 | 0 | 0.18 | 189.47 | 0.29 | 0.74 |
| Hex | AA | CA | D0 | 12 | 3 | 0 | 12 | BD | 1D | 4A |
| Octal | 252 | 312 | 320 | 22 | 3 | 0 | 22 | 275 | 35 | 112 |
| Binary | 10101010 | 11001010 | 11010000 | 10010 | 11 | 0 | 10010 | 10111101 | 11101 | 1001010 |
Color Harmonies of #AACAD0
Complementary color
Monochromatic Colors of #AACAD0
Black with #AACAD0
Text Example
Text Example
White with #AACAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAD0; }
p { color: rgb(170,202,208); }
H1.HeaderClassName
{
color: #AACAD0;
}
.AnyTagClassName
{
color: #AACAD0;
}
</style>
background-color css
<style>
a { background-color: #AACAD0; }
a { background-color: rgb(170,202,208); }
div.DivClassName
{
background-color: #AACAD0;
}
.BgClassName
{
background-color: #AACAD0;
}
</style>
border-color css
<style>
span { border-color: #AACAD0; }
span { border-color: rgb(170,202,208); }
td.TdClassName
{
border-color: #AACAD0;
}
.TagClassName
{
border-color: #AACAD0;
}
</style>