Shades of Regent St Blue #A6CDD8
Tints of Regent St Blue #A6CDD8
RGB
CMYK
RGB Variations
Color information
#A6CDD8 (or 0xA6CDD8) is known color: Regent St Blue. HEX triplet: A6, CD and D8. RGB value is (166,205,216). Sum of RGB (Red+Green+Blue) = 166+205+216=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6CDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDD8 is #593227. Grayscale: #C2C2C2. Windows color (decimal): -5845544 or 14208422. OLE color: 14208422.
HSL color Cylindrical-coordinate representation of color #A6CDD8: hue angle of 193.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6CDD8 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 205 | 216 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.15 |
| HSL | 193.2º | 0.39% | 0.75% | - |
| HSV(B) | 193.2º | 0.23% | 0.85% | - |
| XYZ | 49.95 | 56.73 | 73.28 | - |
| YUV | 194.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 216 | 0.23 | 0.05 | 0 | 0.15 | 193.2 | 0.39 | 0.75 |
| Hex | A6 | CD | D8 | 17 | 5 | 0 | F | C1 | 27 | 4B |
| Octal | 246 | 315 | 330 | 27 | 5 | 0 | 17 | 301 | 47 | 113 |
| Binary | 10100110 | 11001101 | 11011000 | 10111 | 101 | 0 | 1111 | 11000001 | 100111 | 1001011 |
Color Harmonies of #A6CDD8
Complementary color
Monochromatic Colors of #A6CDD8
Black with #A6CDD8
Text Example
Text Example
White with #A6CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDD8; }
p { color: rgb(166,205,216); }
H1.HeaderClassName
{
color: #A6CDD8;
}
.AnyTagClassName
{
color: #A6CDD8;
}
</style>
background-color css
<style>
a { background-color: #A6CDD8; }
a { background-color: rgb(166,205,216); }
div.DivClassName
{
background-color: #A6CDD8;
}
.BgClassName
{
background-color: #A6CDD8;
}
</style>
border-color css
<style>
span { border-color: #A6CDD8; }
span { border-color: rgb(166,205,216); }
td.TdClassName
{
border-color: #A6CDD8;
}
.TagClassName
{
border-color: #A6CDD8;
}
</style>