Shades of Regent St Blue #A8CED4
Tints of Regent St Blue #A8CED4
RGB
CMYK
RGB Variations
Color information
#A8CED4 (or 0xA8CED4) is known color: Regent St Blue. HEX triplet: A8, CE and D4. RGB value is (168,206,212). Sum of RGB (Red+Green+Blue) = 168+206+212=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 212 - color contains mainly: blue. Hex color #A8CED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CED4 is #57312B. Grayscale: #C3C3C3. Windows color (decimal): -5714220 or 13946536. OLE color: 13946536.
HSL color Cylindrical-coordinate representation of color #A8CED4: hue angle of 188.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8CED4 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 206 | 212 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.17 |
| HSL | 188.18º | 0.34% | 0.75% | - |
| HSV(B) | 188.18º | 0.21% | 0.83% | - |
| XYZ | 50.1 | 57.22 | 70.69 | - |
| YUV | 195.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 212 | 0.21 | 0.03 | 0 | 0.17 | 188.18 | 0.34 | 0.75 |
| Hex | A8 | CE | D4 | 15 | 3 | 0 | 11 | BC | 22 | 4B |
| Octal | 250 | 316 | 324 | 25 | 3 | 0 | 21 | 274 | 42 | 113 |
| Binary | 10101000 | 11001110 | 11010100 | 10101 | 11 | 0 | 10001 | 10111100 | 100010 | 1001011 |
Color Harmonies of #A8CED4
Complementary color
Monochromatic Colors of #A8CED4
Black with #A8CED4
Text Example
Text Example
White with #A8CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CED4; }
p { color: rgb(168,206,212); }
H1.HeaderClassName
{
color: #A8CED4;
}
.AnyTagClassName
{
color: #A8CED4;
}
</style>
background-color css
<style>
a { background-color: #A8CED4; }
a { background-color: rgb(168,206,212); }
div.DivClassName
{
background-color: #A8CED4;
}
.BgClassName
{
background-color: #A8CED4;
}
</style>
border-color css
<style>
span { border-color: #A8CED4; }
span { border-color: rgb(168,206,212); }
td.TdClassName
{
border-color: #A8CED4;
}
.TagClassName
{
border-color: #A8CED4;
}
</style>