Shades of Regent St Blue #A3CCD6
Tints of Regent St Blue #A3CCD6
RGB
CMYK
RGB Variations
Color information
#A3CCD6 (or 0xA3CCD6) is known color: Regent St Blue. HEX triplet: A3, CC and D6. RGB value is (163,204,214). Sum of RGB (Red+Green+Blue) = 163+204+214=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3CCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCD6 is #5C3329. Grayscale: #C0C0C0. Windows color (decimal): -6042410 or 14077091. OLE color: 14077091.
HSL color Cylindrical-coordinate representation of color #A3CCD6: hue angle of 191.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3CCD6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 204 | 214 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.16 |
| HSL | 191.76º | 0.38% | 0.74% | - |
| HSV(B) | 191.76º | 0.24% | 0.84% | - |
| XYZ | 48.83 | 55.83 | 71.82 | - |
| YUV | 192.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 214 | 0.24 | 0.05 | 0 | 0.16 | 191.76 | 0.38 | 0.74 |
| Hex | A3 | CC | D6 | 18 | 5 | 0 | 10 | C0 | 26 | 4A |
| Octal | 243 | 314 | 326 | 30 | 5 | 0 | 20 | 300 | 46 | 112 |
| Binary | 10100011 | 11001100 | 11010110 | 11000 | 101 | 0 | 10000 | 11000000 | 100110 | 1001010 |
Color Harmonies of #A3CCD6
Complementary color
Monochromatic Colors of #A3CCD6
Black with #A3CCD6
Text Example
Text Example
White with #A3CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCD6; }
p { color: rgb(163,204,214); }
H1.HeaderClassName
{
color: #A3CCD6;
}
.AnyTagClassName
{
color: #A3CCD6;
}
</style>
background-color css
<style>
a { background-color: #A3CCD6; }
a { background-color: rgb(163,204,214); }
div.DivClassName
{
background-color: #A3CCD6;
}
.BgClassName
{
background-color: #A3CCD6;
}
</style>
border-color css
<style>
span { border-color: #A3CCD6; }
span { border-color: rgb(163,204,214); }
td.TdClassName
{
border-color: #A3CCD6;
}
.TagClassName
{
border-color: #A3CCD6;
}
</style>