Shades of Regent St Blue #A8C8D2
Tints of Regent St Blue #A8C8D2
RGB
CMYK
RGB Variations
Color information
#A8C8D2 (or 0xA8C8D2) is known color: Regent St Blue. HEX triplet: A8, C8 and D2. RGB value is (168,200,210). Sum of RGB (Red+Green+Blue) = 168+200+210=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #A8C8D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8D2 is #57372D. Grayscale: #BFBFBF. Windows color (decimal): -5715758 or 13813928. OLE color: 13813928.
HSL color Cylindrical-coordinate representation of color #A8C8D2: hue angle of 194.29º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8C8D2 is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 200 | 210 | - |
| CMYK | 0.2 | 0.05 | 0 | 0.18 |
| HSL | 194.29º | 0.32% | 0.74% | - |
| HSV(B) | 194.29º | 0.2% | 0.82% | - |
| XYZ | 48.44 | 54.29 | 68.9 | - |
| YUV | 191.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 210 | 0.2 | 0.05 | 0 | 0.18 | 194.29 | 0.32 | 0.74 |
| Hex | A8 | C8 | D2 | 14 | 5 | 0 | 12 | C2 | 20 | 4A |
| Octal | 250 | 310 | 322 | 24 | 5 | 0 | 22 | 302 | 40 | 112 |
| Binary | 10101000 | 11001000 | 11010010 | 10100 | 101 | 0 | 10010 | 11000010 | 100000 | 1001010 |
Color Harmonies of #A8C8D2
Complementary color
Monochromatic Colors of #A8C8D2
Black with #A8C8D2
Text Example
Text Example
White with #A8C8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8D2; }
p { color: rgb(168,200,210); }
H1.HeaderClassName
{
color: #A8C8D2;
}
.AnyTagClassName
{
color: #A8C8D2;
}
</style>
background-color css
<style>
a { background-color: #A8C8D2; }
a { background-color: rgb(168,200,210); }
div.DivClassName
{
background-color: #A8C8D2;
}
.BgClassName
{
background-color: #A8C8D2;
}
</style>
border-color css
<style>
span { border-color: #A8C8D2; }
span { border-color: rgb(168,200,210); }
td.TdClassName
{
border-color: #A8C8D2;
}
.TagClassName
{
border-color: #A8C8D2;
}
</style>