Shades of Regent St Blue #AECDD4
Tints of Regent St Blue #AECDD4
RGB
CMYK
RGB Variations
Color information
#AECDD4 (or 0xAECDD4) is known color: Regent St Blue. HEX triplet: AE, CD and D4. RGB value is (174,205,212). Sum of RGB (Red+Green+Blue) = 174+205+212=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #AECDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD4 is #51322B. Grayscale: #C4C4C4. Windows color (decimal): -5321260 or 13946286. OLE color: 13946286.
HSL color Cylindrical-coordinate representation of color #AECDD4: hue angle of 191.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AECDD4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 205 | 212 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.17 |
| HSL | 191.05º | 0.31% | 0.76% | - |
| HSV(B) | 191.05º | 0.18% | 0.83% | - |
| XYZ | 51.17 | 57.41 | 70.67 | - |
| YUV | 196.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 212 | 0.18 | 0.03 | 0 | 0.17 | 191.05 | 0.31 | 0.76 |
| Hex | AE | CD | D4 | 12 | 3 | 0 | 11 | BF | 1F | 4C |
| Octal | 256 | 315 | 324 | 22 | 3 | 0 | 21 | 277 | 37 | 114 |
| Binary | 10101110 | 11001101 | 11010100 | 10010 | 11 | 0 | 10001 | 10111111 | 11111 | 1001100 |
Color Harmonies of #AECDD4
Complementary color
Monochromatic Colors of #AECDD4
Black with #AECDD4
Text Example
Text Example
White with #AECDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDD4; }
p { color: rgb(174,205,212); }
H1.HeaderClassName
{
color: #AECDD4;
}
.AnyTagClassName
{
color: #AECDD4;
}
</style>
background-color css
<style>
a { background-color: #AECDD4; }
a { background-color: rgb(174,205,212); }
div.DivClassName
{
background-color: #AECDD4;
}
.BgClassName
{
background-color: #AECDD4;
}
</style>
border-color css
<style>
span { border-color: #AECDD4; }
span { border-color: rgb(174,205,212); }
td.TdClassName
{
border-color: #AECDD4;
}
.TagClassName
{
border-color: #AECDD4;
}
</style>