Shades of Regent St Blue #AEC8CE
Tints of Regent St Blue #AEC8CE
RGB
CMYK
RGB Variations
Color information
#AEC8CE (or 0xAEC8CE) is known color: Regent St Blue. HEX triplet: AE, C8 and CE. RGB value is (174,200,206). Sum of RGB (Red+Green+Blue) = 174+200+206=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8CE is #513731. Grayscale: #C0C0C0. Windows color (decimal): -5322546 or 13551790. OLE color: 13551790.
HSL color Cylindrical-coordinate representation of color #AEC8CE: hue angle of 191.25º 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 #AEC8CE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 200 | 206 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.19 |
| HSL | 191.25º | 0.25% | 0.75% | - |
| HSV(B) | 191.25º | 0.16% | 0.81% | - |
| XYZ | 49.25 | 54.76 | 66.37 | - |
| YUV | 192.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 206 | 0.16 | 0.03 | 0 | 0.19 | 191.25 | 0.25 | 0.75 |
| Hex | AE | C8 | CE | 10 | 3 | 0 | 13 | BF | 19 | 4B |
| Octal | 256 | 310 | 316 | 20 | 3 | 0 | 23 | 277 | 31 | 113 |
| Binary | 10101110 | 11001000 | 11001110 | 10000 | 11 | 0 | 10011 | 10111111 | 11001 | 1001011 |
Color Harmonies of #AEC8CE
Complementary color
Monochromatic Colors of #AEC8CE
Black with #AEC8CE
Text Example
Text Example
White with #AEC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC8CE; }
p { color: rgb(174,200,206); }
H1.HeaderClassName
{
color: #AEC8CE;
}
.AnyTagClassName
{
color: #AEC8CE;
}
</style>
background-color css
<style>
a { background-color: #AEC8CE; }
a { background-color: rgb(174,200,206); }
div.DivClassName
{
background-color: #AEC8CE;
}
.BgClassName
{
background-color: #AEC8CE;
}
</style>
border-color css
<style>
span { border-color: #AEC8CE; }
span { border-color: rgb(174,200,206); }
td.TdClassName
{
border-color: #AEC8CE;
}
.TagClassName
{
border-color: #AEC8CE;
}
</style>