Shades of Regent St Blue #AEC7CE
Tints of Regent St Blue #AEC7CE
RGB
CMYK
RGB Variations
Color information
#AEC7CE (or 0xAEC7CE) is known color: Regent St Blue. HEX triplet: AE, C7 and CE. RGB value is (174,199,206). Sum of RGB (Red+Green+Blue) = 174+199+206=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC7CE is #513831. Grayscale: #C0C0C0. Windows color (decimal): -5322802 or 13551534. OLE color: 13551534.
HSL color Cylindrical-coordinate representation of color #AEC7CE: hue angle of 193.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC7CE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 199 | 206 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.19 |
| HSL | 193.13º | 0.25% | 0.75% | - |
| HSV(B) | 193.13º | 0.16% | 0.81% | - |
| XYZ | 49.02 | 54.3 | 66.29 | - |
| YUV | 192.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 199 | 206 | 0.16 | 0.03 | 0 | 0.19 | 193.13 | 0.25 | 0.75 |
| Hex | AE | C7 | CE | 10 | 3 | 0 | 13 | C1 | 19 | 4B |
| Octal | 256 | 307 | 316 | 20 | 3 | 0 | 23 | 301 | 31 | 113 |
| Binary | 10101110 | 11000111 | 11001110 | 10000 | 11 | 0 | 10011 | 11000001 | 11001 | 1001011 |
Color Harmonies of #AEC7CE
Complementary color
Monochromatic Colors of #AEC7CE
Black with #AEC7CE
Text Example
Text Example
White with #AEC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC7CE; }
p { color: rgb(174,199,206); }
H1.HeaderClassName
{
color: #AEC7CE;
}
.AnyTagClassName
{
color: #AEC7CE;
}
</style>
background-color css
<style>
a { background-color: #AEC7CE; }
a { background-color: rgb(174,199,206); }
div.DivClassName
{
background-color: #AEC7CE;
}
.BgClassName
{
background-color: #AEC7CE;
}
</style>
border-color css
<style>
span { border-color: #AEC7CE; }
span { border-color: rgb(174,199,206); }
td.TdClassName
{
border-color: #AEC7CE;
}
.TagClassName
{
border-color: #AEC7CE;
}
</style>