Shades of Regent St Blue #A0CEDC
Tints of Regent St Blue #A0CEDC
RGB
CMYK
RGB Variations
Color information
#A0CEDC (or 0xA0CEDC) is known color: Regent St Blue. HEX triplet: A0, CE and DC. RGB value is (160,206,220). Sum of RGB (Red+Green+Blue) = 160+206+220=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEDC is #5F3123. Grayscale: #C1C1C1. Windows color (decimal): -6238500 or 14470816. OLE color: 14470816.
HSL color Cylindrical-coordinate representation of color #A0CEDC: hue angle of 194º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0CEDC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 206 | 220 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.14 |
| HSL | 194º | 0.46% | 0.75% | - |
| HSV(B) | 194º | 0.27% | 0.86% | - |
| XYZ | 49.49 | 56.78 | 76.06 | - |
| YUV | 193.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 220 | 0.27 | 0.06 | 0 | 0.14 | 194 | 0.46 | 0.75 |
| Hex | A0 | CE | DC | 1B | 6 | 0 | E | C2 | 2E | 4B |
| Octal | 240 | 316 | 334 | 33 | 6 | 0 | 16 | 302 | 56 | 113 |
| Binary | 10100000 | 11001110 | 11011100 | 11011 | 110 | 0 | 1110 | 11000010 | 101110 | 1001011 |
Color Harmonies of #A0CEDC
Complementary color
Monochromatic Colors of #A0CEDC
Black with #A0CEDC
Text Example
Text Example
White with #A0CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEDC; }
p { color: rgb(160,206,220); }
H1.HeaderClassName
{
color: #A0CEDC;
}
.AnyTagClassName
{
color: #A0CEDC;
}
</style>
background-color css
<style>
a { background-color: #A0CEDC; }
a { background-color: rgb(160,206,220); }
div.DivClassName
{
background-color: #A0CEDC;
}
.BgClassName
{
background-color: #A0CEDC;
}
</style>
border-color css
<style>
span { border-color: #A0CEDC; }
span { border-color: rgb(160,206,220); }
td.TdClassName
{
border-color: #A0CEDC;
}
.TagClassName
{
border-color: #A0CEDC;
}
</style>