Shades of Regent St Blue #AECBD5
Tints of Regent St Blue #AECBD5
RGB
CMYK
RGB Variations
Color information
#AECBD5 (or 0xAECBD5) is known color: Regent St Blue. HEX triplet: AE, CB and D5. RGB value is (174,203,213). Sum of RGB (Red+Green+Blue) = 174+203+213=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD5 is #51342A. Grayscale: #C3C3C3. Windows color (decimal): -5321771 or 14011310. OLE color: 14011310.
HSL color Cylindrical-coordinate representation of color #AECBD5: hue angle of 195.38º 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 #AECBD5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 203 | 213 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.16 |
| HSL | 195.38º | 0.32% | 0.76% | - |
| HSV(B) | 195.38º | 0.18% | 0.84% | - |
| XYZ | 50.82 | 56.51 | 71.18 | - |
| YUV | 195.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 213 | 0.18 | 0.05 | 0 | 0.16 | 195.38 | 0.32 | 0.76 |
| Hex | AE | CB | D5 | 12 | 5 | 0 | 10 | C3 | 20 | 4C |
| Octal | 256 | 313 | 325 | 22 | 5 | 0 | 20 | 303 | 40 | 114 |
| Binary | 10101110 | 11001011 | 11010101 | 10010 | 101 | 0 | 10000 | 11000011 | 100000 | 1001100 |
Color Harmonies of #AECBD5
Complementary color
Monochromatic Colors of #AECBD5
Black with #AECBD5
Text Example
Text Example
White with #AECBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBD5; }
p { color: rgb(174,203,213); }
H1.HeaderClassName
{
color: #AECBD5;
}
.AnyTagClassName
{
color: #AECBD5;
}
</style>
background-color css
<style>
a { background-color: #AECBD5; }
a { background-color: rgb(174,203,213); }
div.DivClassName
{
background-color: #AECBD5;
}
.BgClassName
{
background-color: #AECBD5;
}
</style>
border-color css
<style>
span { border-color: #AECBD5; }
span { border-color: rgb(174,203,213); }
td.TdClassName
{
border-color: #AECBD5;
}
.TagClassName
{
border-color: #AECBD5;
}
</style>