Shades of Regent St Blue #A8C4CF
Tints of Regent St Blue #A8C4CF
RGB
CMYK
RGB Variations
Color information
#A8C4CF (or 0xA8C4CF) is known color: Regent St Blue. HEX triplet: A8, C4 and CF. RGB value is (168,196,207). Sum of RGB (Red+Green+Blue) = 168+196+207=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8C4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C4CF is #573B30. Grayscale: #BCBCBC. Windows color (decimal): -5716785 or 13616296. OLE color: 13616296.
HSL color Cylindrical-coordinate representation of color #A8C4CF: hue angle of 196.92º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8C4CF is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 196 | 207 | - |
CMYK | 0.19 | 0.05 | 0 | 0.19 |
HSL | 196.92º | 0.29% | 0.74% | - |
HSV(B) | 196.92º | 0.19% | 0.81% | - |
XYZ | 47.15 | 52.31 | 66.64 | - |
YUV | 188.88 | 138.22 | 113.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 196 | 207 | 0.19 | 0.05 | 0 | 0.19 | 196.92 | 0.29 | 0.74 |
Hex | A8 | C4 | CF | 13 | 5 | 0 | 13 | C5 | 1D | 4A |
Octal | 250 | 304 | 317 | 23 | 5 | 0 | 23 | 305 | 35 | 112 |
Binary | 10101000 | 11000100 | 11001111 | 10011 | 101 | 0 | 10011 | 11000101 | 11101 | 1001010 |
Color Harmonies of #A8C4CF
Complementary color
Monochromatic Colors of #A8C4CF
Black with #A8C4CF
Text Example
Text Example
White with #A8C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C4CF; }
p { color: rgb(168,196,207); }
H1.HeaderClassName
{
color: #A8C4CF;
}
.AnyTagClassName
{
color: #A8C4CF;
}
</style>
background-color css
<style>
a { background-color: #A8C4CF; }
a { background-color: rgb(168,196,207); }
div.DivClassName
{
background-color: #A8C4CF;
}
.BgClassName
{
background-color: #A8C4CF;
}
</style>
border-color css
<style>
span { border-color: #A8C4CF; }
span { border-color: rgb(168,196,207); }
td.TdClassName
{
border-color: #A8C4CF;
}
.TagClassName
{
border-color: #A8C4CF;
}
</style>