Shades of Regent St Blue #A8CDD7
Tints of Regent St Blue #A8CDD7
RGB
CMYK
RGB Variations
Color information
#A8CDD7 (or 0xA8CDD7) is known color: Regent St Blue. HEX triplet: A8, CD and D7. RGB value is (168,205,215). Sum of RGB (Red+Green+Blue) = 168+205+215=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #A8CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDD7 is #573228. Grayscale: #C3C3C3. Windows color (decimal): -5714473 or 14142888. OLE color: 14142888.
HSL color Cylindrical-coordinate representation of color #A8CDD7: hue angle of 192.77º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8CDD7 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 205 | 215 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.16 |
| HSL | 192.77º | 0.37% | 0.75% | - |
| HSV(B) | 192.77º | 0.22% | 0.84% | - |
| XYZ | 50.25 | 56.89 | 72.62 | - |
| YUV | 195.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 215 | 0.22 | 0.05 | 0 | 0.16 | 192.77 | 0.37 | 0.75 |
| Hex | A8 | CD | D7 | 16 | 5 | 0 | 10 | C1 | 25 | 4B |
| Octal | 250 | 315 | 327 | 26 | 5 | 0 | 20 | 301 | 45 | 113 |
| Binary | 10101000 | 11001101 | 11010111 | 10110 | 101 | 0 | 10000 | 11000001 | 100101 | 1001011 |
Color Harmonies of #A8CDD7
Complementary color
Monochromatic Colors of #A8CDD7
Black with #A8CDD7
Text Example
Text Example
White with #A8CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDD7; }
p { color: rgb(168,205,215); }
H1.HeaderClassName
{
color: #A8CDD7;
}
.AnyTagClassName
{
color: #A8CDD7;
}
</style>
background-color css
<style>
a { background-color: #A8CDD7; }
a { background-color: rgb(168,205,215); }
div.DivClassName
{
background-color: #A8CDD7;
}
.BgClassName
{
background-color: #A8CDD7;
}
</style>
border-color css
<style>
span { border-color: #A8CDD7; }
span { border-color: rgb(168,205,215); }
td.TdClassName
{
border-color: #A8CDD7;
}
.TagClassName
{
border-color: #A8CDD7;
}
</style>