Shades of Regent St Blue #A2CDDC
Tints of Regent St Blue #A2CDDC
RGB
CMYK
RGB Variations
Color information
#A2CDDC (or 0xA2CDDC) is known color: Regent St Blue. HEX triplet: A2, CD and DC. RGB value is (162,205,220). Sum of RGB (Red+Green+Blue) = 162+205+220=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDDC is #5D3223. Grayscale: #C1C1C1. Windows color (decimal): -6107684 or 14470562. OLE color: 14470562.
HSL color Cylindrical-coordinate representation of color #A2CDDC: hue angle of 195.52º 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 #A2CDDC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 205 | 220 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.14 |
| HSL | 195.52º | 0.45% | 0.75% | - |
| HSV(B) | 195.52º | 0.26% | 0.86% | - |
| XYZ | 49.65 | 56.51 | 76 | - |
| YUV | 193.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 220 | 0.26 | 0.07 | 0 | 0.14 | 195.52 | 0.45 | 0.75 |
| Hex | A2 | CD | DC | 1A | 7 | 0 | E | C4 | 2D | 4B |
| Octal | 242 | 315 | 334 | 32 | 7 | 0 | 16 | 304 | 55 | 113 |
| Binary | 10100010 | 11001101 | 11011100 | 11010 | 111 | 0 | 1110 | 11000100 | 101101 | 1001011 |
Color Harmonies of #A2CDDC
Complementary color
Monochromatic Colors of #A2CDDC
Black with #A2CDDC
Text Example
Text Example
White with #A2CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDDC; }
p { color: rgb(162,205,220); }
H1.HeaderClassName
{
color: #A2CDDC;
}
.AnyTagClassName
{
color: #A2CDDC;
}
</style>
background-color css
<style>
a { background-color: #A2CDDC; }
a { background-color: rgb(162,205,220); }
div.DivClassName
{
background-color: #A2CDDC;
}
.BgClassName
{
background-color: #A2CDDC;
}
</style>
border-color css
<style>
span { border-color: #A2CDDC; }
span { border-color: rgb(162,205,220); }
td.TdClassName
{
border-color: #A2CDDC;
}
.TagClassName
{
border-color: #A2CDDC;
}
</style>