Shades of Regent St Blue #A2C9DD
Tints of Regent St Blue #A2C9DD
RGB
CMYK
RGB Variations
Color information
#A2C9DD (or 0xA2C9DD) is known color: Regent St Blue. HEX triplet: A2, C9 and DD. RGB value is (162,201,221). Sum of RGB (Red+Green+Blue) = 162+201+221=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2C9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C9DD is #5D3622. Grayscale: #BFBFBF. Windows color (decimal): -6108707 or 14535074. OLE color: 14535074.
HSL color Cylindrical-coordinate representation of color #A2C9DD: hue angle of 200.34º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C9DD is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 201 | 221 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.13 |
| HSL | 200.34º | 0.46% | 0.75% | - |
| HSV(B) | 200.34º | 0.27% | 0.87% | - |
| XYZ | 48.84 | 54.68 | 76.39 | - |
| YUV | 191.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 221 | 0.27 | 0.09 | 0 | 0.13 | 200.34 | 0.46 | 0.75 |
| Hex | A2 | C9 | DD | 1B | 9 | 0 | D | C8 | 2E | 4B |
| Octal | 242 | 311 | 335 | 33 | 11 | 0 | 15 | 310 | 56 | 113 |
| Binary | 10100010 | 11001001 | 11011101 | 11011 | 1001 | 0 | 1101 | 11001000 | 101110 | 1001011 |
Color Harmonies of #A2C9DD
Complementary color
Monochromatic Colors of #A2C9DD
Black with #A2C9DD
Text Example
Text Example
White with #A2C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C9DD; }
p { color: rgb(162,201,221); }
H1.HeaderClassName
{
color: #A2C9DD;
}
.AnyTagClassName
{
color: #A2C9DD;
}
</style>
background-color css
<style>
a { background-color: #A2C9DD; }
a { background-color: rgb(162,201,221); }
div.DivClassName
{
background-color: #A2C9DD;
}
.BgClassName
{
background-color: #A2C9DD;
}
</style>
border-color css
<style>
span { border-color: #A2C9DD; }
span { border-color: rgb(162,201,221); }
td.TdClassName
{
border-color: #A2C9DD;
}
.TagClassName
{
border-color: #A2C9DD;
}
</style>