Shades of Regent St Blue #A3CCDA
Tints of Regent St Blue #A3CCDA
RGB
CMYK
RGB Variations
Color information
#A3CCDA (or 0xA3CCDA) is known color: Regent St Blue. HEX triplet: A3, CC and DA. RGB value is (163,204,218). Sum of RGB (Red+Green+Blue) = 163+204+218=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCDA is #5C3325. Grayscale: #C1C1C1. Windows color (decimal): -6042406 or 14339235. OLE color: 14339235.
HSL color Cylindrical-coordinate representation of color #A3CCDA: hue angle of 195.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3CCDA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 204 | 218 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.15 |
| HSL | 195.27º | 0.43% | 0.75% | - |
| HSV(B) | 195.27º | 0.25% | 0.85% | - |
| XYZ | 49.35 | 56.03 | 74.54 | - |
| YUV | 193.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 218 | 0.25 | 0.06 | 0 | 0.15 | 195.27 | 0.43 | 0.75 |
| Hex | A3 | CC | DA | 19 | 6 | 0 | F | C3 | 2B | 4B |
| Octal | 243 | 314 | 332 | 31 | 6 | 0 | 17 | 303 | 53 | 113 |
| Binary | 10100011 | 11001100 | 11011010 | 11001 | 110 | 0 | 1111 | 11000011 | 101011 | 1001011 |
Color Harmonies of #A3CCDA
Complementary color
Monochromatic Colors of #A3CCDA
Black with #A3CCDA
Text Example
Text Example
White with #A3CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCDA; }
p { color: rgb(163,204,218); }
H1.HeaderClassName
{
color: #A3CCDA;
}
.AnyTagClassName
{
color: #A3CCDA;
}
</style>
background-color css
<style>
a { background-color: #A3CCDA; }
a { background-color: rgb(163,204,218); }
div.DivClassName
{
background-color: #A3CCDA;
}
.BgClassName
{
background-color: #A3CCDA;
}
</style>
border-color css
<style>
span { border-color: #A3CCDA; }
span { border-color: rgb(163,204,218); }
td.TdClassName
{
border-color: #A3CCDA;
}
.TagClassName
{
border-color: #A3CCDA;
}
</style>