Shades of Regent St Blue #A3CCDC
Tints of Regent St Blue #A3CCDC
RGB
CMYK
RGB Variations
Color information
#A3CCDC (or 0xA3CCDC) is known color: Regent St Blue. HEX triplet: A3, CC and DC. RGB value is (163,204,220). Sum of RGB (Red+Green+Blue) = 163+204+220=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCDC is #5C3323. Grayscale: #C1C1C1. Windows color (decimal): -6042404 or 14470307. OLE color: 14470307.
HSL color Cylindrical-coordinate representation of color #A3CCDC: hue angle of 196.84º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CCDC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 204 | 220 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.14 |
| HSL | 196.84º | 0.45% | 0.75% | - |
| HSV(B) | 196.84º | 0.26% | 0.86% | - |
| XYZ | 49.62 | 56.14 | 75.93 | - |
| YUV | 193.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 220 | 0.26 | 0.07 | 0 | 0.14 | 196.84 | 0.45 | 0.75 |
| Hex | A3 | CC | DC | 1A | 7 | 0 | E | C5 | 2D | 4B |
| Octal | 243 | 314 | 334 | 32 | 7 | 0 | 16 | 305 | 55 | 113 |
| Binary | 10100011 | 11001100 | 11011100 | 11010 | 111 | 0 | 1110 | 11000101 | 101101 | 1001011 |
Color Harmonies of #A3CCDC
Complementary color
Monochromatic Colors of #A3CCDC
Black with #A3CCDC
Text Example
Text Example
White with #A3CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCDC; }
p { color: rgb(163,204,220); }
H1.HeaderClassName
{
color: #A3CCDC;
}
.AnyTagClassName
{
color: #A3CCDC;
}
</style>
background-color css
<style>
a { background-color: #A3CCDC; }
a { background-color: rgb(163,204,220); }
div.DivClassName
{
background-color: #A3CCDC;
}
.BgClassName
{
background-color: #A3CCDC;
}
</style>
border-color css
<style>
span { border-color: #A3CCDC; }
span { border-color: rgb(163,204,220); }
td.TdClassName
{
border-color: #A3CCDC;
}
.TagClassName
{
border-color: #A3CCDC;
}
</style>