Shades of Regent St Blue #A8CBD9
Tints of Regent St Blue #A8CBD9
RGB
CMYK
RGB Variations
Color information
#A8CBD9 (or 0xA8CBD9) is known color: Regent St Blue. HEX triplet: A8, CB and D9. RGB value is (168,203,217). Sum of RGB (Red+Green+Blue) = 168+203+217=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8CBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBD9 is #573426. Grayscale: #C2C2C2. Windows color (decimal): -5714983 or 14273448. OLE color: 14273448.
HSL color Cylindrical-coordinate representation of color #A8CBD9: hue angle of 197.14º 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 #A8CBD9 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 203 | 217 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.15 |
| HSL | 197.14º | 0.39% | 0.75% | - |
| HSV(B) | 197.14º | 0.23% | 0.85% | - |
| XYZ | 50.03 | 56.05 | 73.83 | - |
| YUV | 194.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 217 | 0.23 | 0.06 | 0 | 0.15 | 197.14 | 0.39 | 0.75 |
| Hex | A8 | CB | D9 | 17 | 6 | 0 | F | C5 | 27 | 4B |
| Octal | 250 | 313 | 331 | 27 | 6 | 0 | 17 | 305 | 47 | 113 |
| Binary | 10101000 | 11001011 | 11011001 | 10111 | 110 | 0 | 1111 | 11000101 | 100111 | 1001011 |
Color Harmonies of #A8CBD9
Complementary color
Monochromatic Colors of #A8CBD9
Black with #A8CBD9
Text Example
Text Example
White with #A8CBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBD9; }
p { color: rgb(168,203,217); }
H1.HeaderClassName
{
color: #A8CBD9;
}
.AnyTagClassName
{
color: #A8CBD9;
}
</style>
background-color css
<style>
a { background-color: #A8CBD9; }
a { background-color: rgb(168,203,217); }
div.DivClassName
{
background-color: #A8CBD9;
}
.BgClassName
{
background-color: #A8CBD9;
}
</style>
border-color css
<style>
span { border-color: #A8CBD9; }
span { border-color: rgb(168,203,217); }
td.TdClassName
{
border-color: #A8CBD9;
}
.TagClassName
{
border-color: #A8CBD9;
}
</style>