Shades of Regent St Blue #AECDD5
Tints of Regent St Blue #AECDD5
RGB
CMYK
RGB Variations
Color information
#AECDD5 (or 0xAECDD5) is known color: Regent St Blue. HEX triplet: AE, CD and D5. RGB value is (174,205,213). Sum of RGB (Red+Green+Blue) = 174+205+213=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD5 is #51322A. Grayscale: #C4C4C4. Windows color (decimal): -5321259 or 14011822. OLE color: 14011822.
HSL color Cylindrical-coordinate representation of color #AECDD5: hue angle of 192.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AECDD5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 205 | 213 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.16 |
| HSL | 192.31º | 0.32% | 0.76% | - |
| HSV(B) | 192.31º | 0.18% | 0.84% | - |
| XYZ | 51.3 | 57.47 | 71.34 | - |
| YUV | 196.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 213 | 0.18 | 0.04 | 0 | 0.16 | 192.31 | 0.32 | 0.76 |
| Hex | AE | CD | D5 | 12 | 4 | 0 | 10 | C0 | 20 | 4C |
| Octal | 256 | 315 | 325 | 22 | 4 | 0 | 20 | 300 | 40 | 114 |
| Binary | 10101110 | 11001101 | 11010101 | 10010 | 100 | 0 | 10000 | 11000000 | 100000 | 1001100 |
Color Harmonies of #AECDD5
Complementary color
Monochromatic Colors of #AECDD5
Black with #AECDD5
Text Example
Text Example
White with #AECDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDD5; }
p { color: rgb(174,205,213); }
H1.HeaderClassName
{
color: #AECDD5;
}
.AnyTagClassName
{
color: #AECDD5;
}
</style>
background-color css
<style>
a { background-color: #AECDD5; }
a { background-color: rgb(174,205,213); }
div.DivClassName
{
background-color: #AECDD5;
}
.BgClassName
{
background-color: #AECDD5;
}
</style>
border-color css
<style>
span { border-color: #AECDD5; }
span { border-color: rgb(174,205,213); }
td.TdClassName
{
border-color: #AECDD5;
}
.TagClassName
{
border-color: #AECDD5;
}
</style>