Shades of Regent St Blue #A0CBDC
Tints of Regent St Blue #A0CBDC
RGB
CMYK
RGB Variations
Color information
#A0CBDC (or 0xA0CBDC) is known color: Regent St Blue. HEX triplet: A0, CB and DC. RGB value is (160,203,220). Sum of RGB (Red+Green+Blue) = 160+203+220=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBDC is #5F3423. Grayscale: #BFBFBF. Windows color (decimal): -6239268 or 14470048. OLE color: 14470048.
HSL color Cylindrical-coordinate representation of color #A0CBDC: hue angle of 197º 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 #A0CBDC is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 203 | 220 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.14 |
| HSL | 197º | 0.46% | 0.75% | - |
| HSV(B) | 197º | 0.27% | 0.86% | - |
| XYZ | 48.77 | 55.35 | 75.82 | - |
| YUV | 192.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 220 | 0.27 | 0.08 | 0 | 0.14 | 197 | 0.46 | 0.75 |
| Hex | A0 | CB | DC | 1B | 8 | 0 | E | C5 | 2E | 4B |
| Octal | 240 | 313 | 334 | 33 | 10 | 0 | 16 | 305 | 56 | 113 |
| Binary | 10100000 | 11001011 | 11011100 | 11011 | 1000 | 0 | 1110 | 11000101 | 101110 | 1001011 |
Color Harmonies of #A0CBDC
Complementary color
Monochromatic Colors of #A0CBDC
Black with #A0CBDC
Text Example
Text Example
White with #A0CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBDC; }
p { color: rgb(160,203,220); }
H1.HeaderClassName
{
color: #A0CBDC;
}
.AnyTagClassName
{
color: #A0CBDC;
}
</style>
background-color css
<style>
a { background-color: #A0CBDC; }
a { background-color: rgb(160,203,220); }
div.DivClassName
{
background-color: #A0CBDC;
}
.BgClassName
{
background-color: #A0CBDC;
}
</style>
border-color css
<style>
span { border-color: #A0CBDC; }
span { border-color: rgb(160,203,220); }
td.TdClassName
{
border-color: #A0CBDC;
}
.TagClassName
{
border-color: #A0CBDC;
}
</style>