Shades of Regent St Blue #A3C6CD
Tints of Regent St Blue #A3C6CD
RGB
CMYK
RGB Variations
Color information
#A3C6CD (or 0xA3C6CD) is known color: Regent St Blue. HEX triplet: A3, C6 and CD. RGB value is (163,198,205). Sum of RGB (Red+Green+Blue) = 163+198+205=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C6CD is #5C3932. Grayscale: #BCBCBC. Windows color (decimal): -6043955 or 13485731. OLE color: 13485731.
HSL color Cylindrical-coordinate representation of color #A3C6CD: hue angle of 190º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3C6CD is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 198 | 205 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.20 |
| HSL | 190º | 0.3% | 0.72% | - |
| HSV(B) | 190º | 0.2% | 0.8% | - |
| XYZ | 46.32 | 52.58 | 65.47 | - |
| YUV | 188.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 198 | 205 | 0.20 | 0.03 | 0 | 0.20 | 190 | 0.3 | 0.72 |
| Hex | A3 | C6 | CD | 14 | 3 | 0 | 14 | BE | 1E | 48 |
| Octal | 243 | 306 | 315 | 24 | 3 | 0 | 24 | 276 | 36 | 110 |
| Binary | 10100011 | 11000110 | 11001101 | 10100 | 11 | 0 | 10100 | 10111110 | 11110 | 1001000 |
Color Harmonies of #A3C6CD
Complementary color
Monochromatic Colors of #A3C6CD
Black with #A3C6CD
Text Example
Text Example
White with #A3C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C6CD; }
p { color: rgb(163,198,205); }
H1.HeaderClassName
{
color: #A3C6CD;
}
.AnyTagClassName
{
color: #A3C6CD;
}
</style>
background-color css
<style>
a { background-color: #A3C6CD; }
a { background-color: rgb(163,198,205); }
div.DivClassName
{
background-color: #A3C6CD;
}
.BgClassName
{
background-color: #A3C6CD;
}
</style>
border-color css
<style>
span { border-color: #A3C6CD; }
span { border-color: rgb(163,198,205); }
td.TdClassName
{
border-color: #A3C6CD;
}
.TagClassName
{
border-color: #A3C6CD;
}
</style>