Shades of Regent St Blue #A6CED5
Tints of Regent St Blue #A6CED5
RGB
CMYK
RGB Variations
Color information
#A6CED5 (or 0xA6CED5) is known color: Regent St Blue. HEX triplet: A6, CE and D5. RGB value is (166,206,213). Sum of RGB (Red+Green+Blue) = 166+206+213=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CED5 is #59312A. Grayscale: #C2C2C2. Windows color (decimal): -5845291 or 14012070. OLE color: 14012070.
HSL color Cylindrical-coordinate representation of color #A6CED5: hue angle of 188.94º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6CED5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 206 | 213 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.16 |
| HSL | 188.94º | 0.36% | 0.74% | - |
| HSV(B) | 188.94º | 0.22% | 0.84% | - |
| XYZ | 49.81 | 57.05 | 71.34 | - |
| YUV | 194.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 213 | 0.22 | 0.03 | 0 | 0.16 | 188.94 | 0.36 | 0.74 |
| Hex | A6 | CE | D5 | 16 | 3 | 0 | 10 | BD | 24 | 4A |
| Octal | 246 | 316 | 325 | 26 | 3 | 0 | 20 | 275 | 44 | 112 |
| Binary | 10100110 | 11001110 | 11010101 | 10110 | 11 | 0 | 10000 | 10111101 | 100100 | 1001010 |
Color Harmonies of #A6CED5
Complementary color
Monochromatic Colors of #A6CED5
Black with #A6CED5
Text Example
Text Example
White with #A6CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CED5; }
p { color: rgb(166,206,213); }
H1.HeaderClassName
{
color: #A6CED5;
}
.AnyTagClassName
{
color: #A6CED5;
}
</style>
background-color css
<style>
a { background-color: #A6CED5; }
a { background-color: rgb(166,206,213); }
div.DivClassName
{
background-color: #A6CED5;
}
.BgClassName
{
background-color: #A6CED5;
}
</style>
border-color css
<style>
span { border-color: #A6CED5; }
span { border-color: rgb(166,206,213); }
td.TdClassName
{
border-color: #A6CED5;
}
.TagClassName
{
border-color: #A6CED5;
}
</style>