Shades of Regent St Blue #A8CACF
Tints of Regent St Blue #A8CACF
RGB
CMYK
RGB Variations
Color information
#A8CACF (or 0xA8CACF) is known color: Regent St Blue. HEX triplet: A8, CA and CF. RGB value is (168,202,207). Sum of RGB (Red+Green+Blue) = 168+202+207=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CACF is #573530. Grayscale: #C0C0C0. Windows color (decimal): -5715249 or 13617832. OLE color: 13617832.
HSL color Cylindrical-coordinate representation of color #A8CACF: hue angle of 187.69º 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 #A8CACF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 202 | 207 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.19 |
| HSL | 187.69º | 0.29% | 0.74% | - |
| HSV(B) | 187.69º | 0.19% | 0.81% | - |
| XYZ | 48.53 | 55.07 | 67.1 | - |
| YUV | 192.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 207 | 0.19 | 0.02 | 0 | 0.19 | 187.69 | 0.29 | 0.74 |
| Hex | A8 | CA | CF | 13 | 2 | 0 | 13 | BC | 1D | 4A |
| Octal | 250 | 312 | 317 | 23 | 2 | 0 | 23 | 274 | 35 | 112 |
| Binary | 10101000 | 11001010 | 11001111 | 10011 | 10 | 0 | 10011 | 10111100 | 11101 | 1001010 |
Color Harmonies of #A8CACF
Complementary color
Monochromatic Colors of #A8CACF
Black with #A8CACF
Text Example
Text Example
White with #A8CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CACF; }
p { color: rgb(168,202,207); }
H1.HeaderClassName
{
color: #A8CACF;
}
.AnyTagClassName
{
color: #A8CACF;
}
</style>
background-color css
<style>
a { background-color: #A8CACF; }
a { background-color: rgb(168,202,207); }
div.DivClassName
{
background-color: #A8CACF;
}
.BgClassName
{
background-color: #A8CACF;
}
</style>
border-color css
<style>
span { border-color: #A8CACF; }
span { border-color: rgb(168,202,207); }
td.TdClassName
{
border-color: #A8CACF;
}
.TagClassName
{
border-color: #A8CACF;
}
</style>