Shades of Regent St Blue #AEC8D1
Tints of Regent St Blue #AEC8D1
RGB
CMYK
RGB Variations
Color information
#AEC8D1 (or 0xAEC8D1) is known color: Regent St Blue. HEX triplet: AE, C8 and D1. RGB value is (174,200,209). Sum of RGB (Red+Green+Blue) = 174+200+209=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEC8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8D1 is #51372E. Grayscale: #C1C1C1. Windows color (decimal): -5322543 or 13748398. OLE color: 13748398.
HSL color Cylindrical-coordinate representation of color #AEC8D1: hue angle of 195.43º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEC8D1 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 200 | 209 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.18 |
| HSL | 195.43º | 0.28% | 0.75% | - |
| HSV(B) | 195.43º | 0.17% | 0.82% | - |
| XYZ | 49.62 | 54.91 | 68.31 | - |
| YUV | 193.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 209 | 0.17 | 0.04 | 0 | 0.18 | 195.43 | 0.28 | 0.75 |
| Hex | AE | C8 | D1 | 11 | 4 | 0 | 12 | C3 | 1C | 4B |
| Octal | 256 | 310 | 321 | 21 | 4 | 0 | 22 | 303 | 34 | 113 |
| Binary | 10101110 | 11001000 | 11010001 | 10001 | 100 | 0 | 10010 | 11000011 | 11100 | 1001011 |
Color Harmonies of #AEC8D1
Complementary color
Monochromatic Colors of #AEC8D1
Black with #AEC8D1
Text Example
Text Example
White with #AEC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC8D1; }
p { color: rgb(174,200,209); }
H1.HeaderClassName
{
color: #AEC8D1;
}
.AnyTagClassName
{
color: #AEC8D1;
}
</style>
background-color css
<style>
a { background-color: #AEC8D1; }
a { background-color: rgb(174,200,209); }
div.DivClassName
{
background-color: #AEC8D1;
}
.BgClassName
{
background-color: #AEC8D1;
}
</style>
border-color css
<style>
span { border-color: #AEC8D1; }
span { border-color: rgb(174,200,209); }
td.TdClassName
{
border-color: #AEC8D1;
}
.TagClassName
{
border-color: #AEC8D1;
}
</style>