Shades of Regent St Blue #A8CAD9
Tints of Regent St Blue #A8CAD9
RGB
CMYK
RGB Variations
Color information
#A8CAD9 (or 0xA8CAD9) is known color: Regent St Blue. HEX triplet: A8, CA and D9. RGB value is (168,202,217). Sum of RGB (Red+Green+Blue) = 168+202+217=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8CAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAD9 is #573526. Grayscale: #C1C1C1. Windows color (decimal): -5715239 or 14273192. OLE color: 14273192.
HSL color Cylindrical-coordinate representation of color #A8CAD9: hue angle of 198.37º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CAD9 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 202 | 217 | - |
CMYK | 0.23 | 0.07 | 0 | 0.15 |
HSL | 198.37º | 0.39% | 0.75% | - |
HSV(B) | 198.37º | 0.23% | 0.85% | - |
XYZ | 49.79 | 55.58 | 73.75 | - |
YUV | 193.54 | 141.24 | 109.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 217 | 0.23 | 0.07 | 0 | 0.15 | 198.37 | 0.39 | 0.75 |
Hex | A8 | CA | D9 | 17 | 7 | 0 | F | C6 | 27 | 4B |
Octal | 250 | 312 | 331 | 27 | 7 | 0 | 17 | 306 | 47 | 113 |
Binary | 10101000 | 11001010 | 11011001 | 10111 | 111 | 0 | 1111 | 11000110 | 100111 | 1001011 |
Color Harmonies of #A8CAD9
Complementary color
Monochromatic Colors of #A8CAD9
Black with #A8CAD9
Text Example
Text Example
White with #A8CAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAD9; }
p { color: rgb(168,202,217); }
H1.HeaderClassName
{
color: #A8CAD9;
}
.AnyTagClassName
{
color: #A8CAD9;
}
</style>
background-color css
<style>
a { background-color: #A8CAD9; }
a { background-color: rgb(168,202,217); }
div.DivClassName
{
background-color: #A8CAD9;
}
.BgClassName
{
background-color: #A8CAD9;
}
</style>
border-color css
<style>
span { border-color: #A8CAD9; }
span { border-color: rgb(168,202,217); }
td.TdClassName
{
border-color: #A8CAD9;
}
.TagClassName
{
border-color: #A8CAD9;
}
</style>