Shades of Regent St Blue #A9CED6
Tints of Regent St Blue #A9CED6
RGB
CMYK
RGB Variations
Color information
#A9CED6 (or 0xA9CED6) is known color: Regent St Blue. HEX triplet: A9, CE and D6. RGB value is (169,206,214). Sum of RGB (Red+Green+Blue) = 169+206+214=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #A9CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CED6 is #563129. Grayscale: #C3C3C3. Windows color (decimal): -5648682 or 14077609. OLE color: 14077609.
HSL color Cylindrical-coordinate representation of color #A9CED6: hue angle of 190.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9CED6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 206 | 214 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.16 |
| HSL | 190.67º | 0.35% | 0.75% | - |
| HSV(B) | 190.67º | 0.21% | 0.84% | - |
| XYZ | 50.57 | 57.43 | 72.04 | - |
| YUV | 195.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 214 | 0.21 | 0.04 | 0 | 0.16 | 190.67 | 0.35 | 0.75 |
| Hex | A9 | CE | D6 | 15 | 4 | 0 | 10 | BF | 23 | 4B |
| Octal | 251 | 316 | 326 | 25 | 4 | 0 | 20 | 277 | 43 | 113 |
| Binary | 10101001 | 11001110 | 11010110 | 10101 | 100 | 0 | 10000 | 10111111 | 100011 | 1001011 |
Color Harmonies of #A9CED6
Complementary color
Monochromatic Colors of #A9CED6
Black with #A9CED6
Text Example
Text Example
White with #A9CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CED6; }
p { color: rgb(169,206,214); }
H1.HeaderClassName
{
color: #A9CED6;
}
.AnyTagClassName
{
color: #A9CED6;
}
</style>
background-color css
<style>
a { background-color: #A9CED6; }
a { background-color: rgb(169,206,214); }
div.DivClassName
{
background-color: #A9CED6;
}
.BgClassName
{
background-color: #A9CED6;
}
</style>
border-color css
<style>
span { border-color: #A9CED6; }
span { border-color: rgb(169,206,214); }
td.TdClassName
{
border-color: #A9CED6;
}
.TagClassName
{
border-color: #A9CED6;
}
</style>