Shades of Regent St Blue #A8CCD6
Tints of Regent St Blue #A8CCD6
RGB
CMYK
RGB Variations
Color information
#A8CCD6 (or 0xA8CCD6) is known color: Regent St Blue. HEX triplet: A8, CC and D6. RGB value is (168,204,214). Sum of RGB (Red+Green+Blue) = 168+204+214=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #A8CCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCD6 is #573329. Grayscale: #C2C2C2. Windows color (decimal): -5714730 or 14077096. OLE color: 14077096.
HSL color Cylindrical-coordinate representation of color #A8CCD6: hue angle of 193.04º degrees, saturation: 0.36, 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 #A8CCD6 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 204 | 214 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.16 |
| HSL | 193.04º | 0.36% | 0.75% | - |
| HSV(B) | 193.04º | 0.21% | 0.84% | - |
| XYZ | 49.88 | 56.37 | 71.87 | - |
| YUV | 194.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 214 | 0.21 | 0.05 | 0 | 0.16 | 193.04 | 0.36 | 0.75 |
| Hex | A8 | CC | D6 | 15 | 5 | 0 | 10 | C1 | 24 | 4B |
| Octal | 250 | 314 | 326 | 25 | 5 | 0 | 20 | 301 | 44 | 113 |
| Binary | 10101000 | 11001100 | 11010110 | 10101 | 101 | 0 | 10000 | 11000001 | 100100 | 1001011 |
Color Harmonies of #A8CCD6
Complementary color
Monochromatic Colors of #A8CCD6
Black with #A8CCD6
Text Example
Text Example
White with #A8CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCD6; }
p { color: rgb(168,204,214); }
H1.HeaderClassName
{
color: #A8CCD6;
}
.AnyTagClassName
{
color: #A8CCD6;
}
</style>
background-color css
<style>
a { background-color: #A8CCD6; }
a { background-color: rgb(168,204,214); }
div.DivClassName
{
background-color: #A8CCD6;
}
.BgClassName
{
background-color: #A8CCD6;
}
</style>
border-color css
<style>
span { border-color: #A8CCD6; }
span { border-color: rgb(168,204,214); }
td.TdClassName
{
border-color: #A8CCD6;
}
.TagClassName
{
border-color: #A8CCD6;
}
</style>