Shades of Regent St Blue #A8CED6
Tints of Regent St Blue #A8CED6
RGB
CMYK
RGB Variations
Color information
#A8CED6 (or 0xA8CED6) is known color: Regent St Blue. HEX triplet: A8, CE and D6. RGB value is (168,206,214). Sum of RGB (Red+Green+Blue) = 168+206+214=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #A8CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CED6 is #573129. Grayscale: #C3C3C3. Windows color (decimal): -5714218 or 14077608. OLE color: 14077608.
HSL color Cylindrical-coordinate representation of color #A8CED6: hue angle of 190.43º 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 #A8CED6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 206 | 214 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.16 |
| HSL | 190.43º | 0.36% | 0.75% | - |
| HSV(B) | 190.43º | 0.21% | 0.84% | - |
| XYZ | 50.36 | 57.32 | 72.03 | - |
| YUV | 195.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 214 | 0.21 | 0.04 | 0 | 0.16 | 190.43 | 0.36 | 0.75 |
| Hex | A8 | CE | D6 | 15 | 4 | 0 | 10 | BE | 24 | 4B |
| Octal | 250 | 316 | 326 | 25 | 4 | 0 | 20 | 276 | 44 | 113 |
| Binary | 10101000 | 11001110 | 11010110 | 10101 | 100 | 0 | 10000 | 10111110 | 100100 | 1001011 |
Color Harmonies of #A8CED6
Complementary color
Monochromatic Colors of #A8CED6
Black with #A8CED6
Text Example
Text Example
White with #A8CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CED6; }
p { color: rgb(168,206,214); }
H1.HeaderClassName
{
color: #A8CED6;
}
.AnyTagClassName
{
color: #A8CED6;
}
</style>
background-color css
<style>
a { background-color: #A8CED6; }
a { background-color: rgb(168,206,214); }
div.DivClassName
{
background-color: #A8CED6;
}
.BgClassName
{
background-color: #A8CED6;
}
</style>
border-color css
<style>
span { border-color: #A8CED6; }
span { border-color: rgb(168,206,214); }
td.TdClassName
{
border-color: #A8CED6;
}
.TagClassName
{
border-color: #A8CED6;
}
</style>