Shades of Regent St Blue #A8CFD5
Tints of Regent St Blue #A8CFD5
RGB
CMYK
RGB Variations
Color information
#A8CFD5 (or 0xA8CFD5) is known color: Regent St Blue. HEX triplet: A8, CF and D5. RGB value is (168,207,213). Sum of RGB (Red+Green+Blue) = 168+207+213=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #A8CFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFD5 is #57302A. Grayscale: #C3C3C3. Windows color (decimal): -5713963 or 14012328. OLE color: 14012328.
HSL color Cylindrical-coordinate representation of color #A8CFD5: hue angle of 188º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8CFD5 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 207 | 213 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.16 |
| HSL | 188º | 0.35% | 0.75% | - |
| HSV(B) | 188º | 0.21% | 0.84% | - |
| XYZ | 50.47 | 57.75 | 71.44 | - |
| YUV | 196.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 213 | 0.21 | 0.03 | 0 | 0.16 | 188 | 0.35 | 0.75 |
| Hex | A8 | CF | D5 | 15 | 3 | 0 | 10 | BC | 23 | 4B |
| Octal | 250 | 317 | 325 | 25 | 3 | 0 | 20 | 274 | 43 | 113 |
| Binary | 10101000 | 11001111 | 11010101 | 10101 | 11 | 0 | 10000 | 10111100 | 100011 | 1001011 |
Color Harmonies of #A8CFD5
Complementary color
Monochromatic Colors of #A8CFD5
Black with #A8CFD5
Text Example
Text Example
White with #A8CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFD5; }
p { color: rgb(168,207,213); }
H1.HeaderClassName
{
color: #A8CFD5;
}
.AnyTagClassName
{
color: #A8CFD5;
}
</style>
background-color css
<style>
a { background-color: #A8CFD5; }
a { background-color: rgb(168,207,213); }
div.DivClassName
{
background-color: #A8CFD5;
}
.BgClassName
{
background-color: #A8CFD5;
}
</style>
border-color css
<style>
span { border-color: #A8CFD5; }
span { border-color: rgb(168,207,213); }
td.TdClassName
{
border-color: #A8CFD5;
}
.TagClassName
{
border-color: #A8CFD5;
}
</style>