Shades of Regent St Blue #A3CADD
Tints of Regent St Blue #A3CADD
RGB
CMYK
RGB Variations
Color information
#A3CADD (or 0xA3CADD) is known color: Regent St Blue. HEX triplet: A3, CA and DD. RGB value is (163,202,221). Sum of RGB (Red+Green+Blue) = 163+202+221=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CADD is #5C3522. Grayscale: #C0C0C0. Windows color (decimal): -6042915 or 14535331. OLE color: 14535331.
HSL color Cylindrical-coordinate representation of color #A3CADD: hue angle of 199.66º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CADD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 202 | 221 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.13 |
| HSL | 199.66º | 0.46% | 0.75% | - |
| HSV(B) | 199.66º | 0.26% | 0.87% | - |
| XYZ | 49.28 | 55.25 | 76.47 | - |
| YUV | 192.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 221 | 0.26 | 0.09 | 0 | 0.13 | 199.66 | 0.46 | 0.75 |
| Hex | A3 | CA | DD | 1A | 9 | 0 | D | C8 | 2E | 4B |
| Octal | 243 | 312 | 335 | 32 | 11 | 0 | 15 | 310 | 56 | 113 |
| Binary | 10100011 | 11001010 | 11011101 | 11010 | 1001 | 0 | 1101 | 11001000 | 101110 | 1001011 |
Color Harmonies of #A3CADD
Complementary color
Monochromatic Colors of #A3CADD
Black with #A3CADD
Text Example
Text Example
White with #A3CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CADD; }
p { color: rgb(163,202,221); }
H1.HeaderClassName
{
color: #A3CADD;
}
.AnyTagClassName
{
color: #A3CADD;
}
</style>
background-color css
<style>
a { background-color: #A3CADD; }
a { background-color: rgb(163,202,221); }
div.DivClassName
{
background-color: #A3CADD;
}
.BgClassName
{
background-color: #A3CADD;
}
</style>
border-color css
<style>
span { border-color: #A3CADD; }
span { border-color: rgb(163,202,221); }
td.TdClassName
{
border-color: #A3CADD;
}
.TagClassName
{
border-color: #A3CADD;
}
</style>