Shades of Regent St Blue #A2C4D3
Tints of Regent St Blue #A2C4D3
RGB
CMYK
RGB Variations
Color information
#A2C4D3 (or 0xA2C4D3) is known color: Regent St Blue. HEX triplet: A2, C4 and D3. RGB value is (162,196,211). Sum of RGB (Red+Green+Blue) = 162+196+211=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #A2C4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C4D3 is #5D3B2C. Grayscale: #BBBBBB. Windows color (decimal): -6109997 or 13878434. OLE color: 13878434.
HSL color Cylindrical-coordinate representation of color #A2C4D3: hue angle of 198.37º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2C4D3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 196 | 211 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.17 |
| HSL | 198.37º | 0.36% | 0.73% | - |
| HSV(B) | 198.37º | 0.23% | 0.83% | - |
| XYZ | 46.4 | 51.86 | 69.19 | - |
| YUV | 187.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 211 | 0.23 | 0.07 | 0 | 0.17 | 198.37 | 0.36 | 0.73 |
| Hex | A2 | C4 | D3 | 17 | 7 | 0 | 11 | C6 | 24 | 49 |
| Octal | 242 | 304 | 323 | 27 | 7 | 0 | 21 | 306 | 44 | 111 |
| Binary | 10100010 | 11000100 | 11010011 | 10111 | 111 | 0 | 10001 | 11000110 | 100100 | 1001001 |
Color Harmonies of #A2C4D3
Complementary color
Monochromatic Colors of #A2C4D3
Black with #A2C4D3
Text Example
Text Example
White with #A2C4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C4D3; }
p { color: rgb(162,196,211); }
H1.HeaderClassName
{
color: #A2C4D3;
}
.AnyTagClassName
{
color: #A2C4D3;
}
</style>
background-color css
<style>
a { background-color: #A2C4D3; }
a { background-color: rgb(162,196,211); }
div.DivClassName
{
background-color: #A2C4D3;
}
.BgClassName
{
background-color: #A2C4D3;
}
</style>
border-color css
<style>
span { border-color: #A2C4D3; }
span { border-color: rgb(162,196,211); }
td.TdClassName
{
border-color: #A2C4D3;
}
.TagClassName
{
border-color: #A2C4D3;
}
</style>