Shades of Regent St Blue #AECBD0
Tints of Regent St Blue #AECBD0
RGB
CMYK
RGB Variations
Color information
#AECBD0 (or 0xAECBD0) is known color: Regent St Blue. HEX triplet: AE, CB and D0. RGB value is (174,203,208). Sum of RGB (Red+Green+Blue) = 174+203+208=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #AECBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD0 is #51342F. Grayscale: #C2C2C2. Windows color (decimal): -5321776 or 13683630. OLE color: 13683630.
HSL color Cylindrical-coordinate representation of color #AECBD0: hue angle of 188.82º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECBD0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 203 | 208 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.18 |
| HSL | 188.82º | 0.27% | 0.75% | - |
| HSV(B) | 188.82º | 0.16% | 0.82% | - |
| XYZ | 50.2 | 56.26 | 67.89 | - |
| YUV | 194.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 208 | 0.16 | 0.02 | 0 | 0.18 | 188.82 | 0.27 | 0.75 |
| Hex | AE | CB | D0 | 10 | 2 | 0 | 12 | BD | 1B | 4B |
| Octal | 256 | 313 | 320 | 20 | 2 | 0 | 22 | 275 | 33 | 113 |
| Binary | 10101110 | 11001011 | 11010000 | 10000 | 10 | 0 | 10010 | 10111101 | 11011 | 1001011 |
Color Harmonies of #AECBD0
Complementary color
Monochromatic Colors of #AECBD0
Black with #AECBD0
Text Example
Text Example
White with #AECBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBD0; }
p { color: rgb(174,203,208); }
H1.HeaderClassName
{
color: #AECBD0;
}
.AnyTagClassName
{
color: #AECBD0;
}
</style>
background-color css
<style>
a { background-color: #AECBD0; }
a { background-color: rgb(174,203,208); }
div.DivClassName
{
background-color: #AECBD0;
}
.BgClassName
{
background-color: #AECBD0;
}
</style>
border-color css
<style>
span { border-color: #AECBD0; }
span { border-color: rgb(174,203,208); }
td.TdClassName
{
border-color: #AECBD0;
}
.TagClassName
{
border-color: #AECBD0;
}
</style>