Shades of Regent St Blue #A3CDDC
Tints of Regent St Blue #A3CDDC
RGB
CMYK
RGB Variations
Color information
#A3CDDC (or 0xA3CDDC) is known color: Regent St Blue. HEX triplet: A3, CD and DC. RGB value is (163,205,220). Sum of RGB (Red+Green+Blue) = 163+205+220=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDDC is #5C3223. Grayscale: #C2C2C2. Windows color (decimal): -6042148 or 14470563. OLE color: 14470563.
HSL color Cylindrical-coordinate representation of color #A3CDDC: hue angle of 195.79º 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 #A3CDDC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 205 | 220 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.14 |
| HSL | 195.79º | 0.45% | 0.75% | - |
| HSV(B) | 195.79º | 0.26% | 0.86% | - |
| XYZ | 49.85 | 56.62 | 76.01 | - |
| YUV | 194.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 220 | 0.26 | 0.07 | 0 | 0.14 | 195.79 | 0.45 | 0.75 |
| Hex | A3 | CD | DC | 1A | 7 | 0 | E | C4 | 2D | 4B |
| Octal | 243 | 315 | 334 | 32 | 7 | 0 | 16 | 304 | 55 | 113 |
| Binary | 10100011 | 11001101 | 11011100 | 11010 | 111 | 0 | 1110 | 11000100 | 101101 | 1001011 |
Color Harmonies of #A3CDDC
Complementary color
Monochromatic Colors of #A3CDDC
Black with #A3CDDC
Text Example
Text Example
White with #A3CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDDC; }
p { color: rgb(163,205,220); }
H1.HeaderClassName
{
color: #A3CDDC;
}
.AnyTagClassName
{
color: #A3CDDC;
}
</style>
background-color css
<style>
a { background-color: #A3CDDC; }
a { background-color: rgb(163,205,220); }
div.DivClassName
{
background-color: #A3CDDC;
}
.BgClassName
{
background-color: #A3CDDC;
}
</style>
border-color css
<style>
span { border-color: #A3CDDC; }
span { border-color: rgb(163,205,220); }
td.TdClassName
{
border-color: #A3CDDC;
}
.TagClassName
{
border-color: #A3CDDC;
}
</style>