Shades of Regent St Blue #A7CFD7
Tints of Regent St Blue #A7CFD7
RGB
CMYK
RGB Variations
Color information
#A7CFD7 (or 0xA7CFD7) is known color: Regent St Blue. HEX triplet: A7, CF and D7. RGB value is (167,207,215). Sum of RGB (Red+Green+Blue) = 167+207+215=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #A7CFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CFD7 is #583028. Grayscale: #C3C3C3. Windows color (decimal): -5779497 or 14143399. OLE color: 14143399.
HSL color Cylindrical-coordinate representation of color #A7CFD7: hue angle of 190º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7CFD7 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 207 | 215 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.16 |
| HSL | 190º | 0.38% | 0.75% | - |
| HSV(B) | 190º | 0.22% | 0.84% | - |
| XYZ | 50.51 | 57.75 | 72.77 | - |
| YUV | 195.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 215 | 0.22 | 0.04 | 0 | 0.16 | 190 | 0.38 | 0.75 |
| Hex | A7 | CF | D7 | 16 | 4 | 0 | 10 | BE | 26 | 4B |
| Octal | 247 | 317 | 327 | 26 | 4 | 0 | 20 | 276 | 46 | 113 |
| Binary | 10100111 | 11001111 | 11010111 | 10110 | 100 | 0 | 10000 | 10111110 | 100110 | 1001011 |
Color Harmonies of #A7CFD7
Complementary color
Monochromatic Colors of #A7CFD7
Black with #A7CFD7
Text Example
Text Example
White with #A7CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFD7; }
p { color: rgb(167,207,215); }
H1.HeaderClassName
{
color: #A7CFD7;
}
.AnyTagClassName
{
color: #A7CFD7;
}
</style>
background-color css
<style>
a { background-color: #A7CFD7; }
a { background-color: rgb(167,207,215); }
div.DivClassName
{
background-color: #A7CFD7;
}
.BgClassName
{
background-color: #A7CFD7;
}
</style>
border-color css
<style>
span { border-color: #A7CFD7; }
span { border-color: rgb(167,207,215); }
td.TdClassName
{
border-color: #A7CFD7;
}
.TagClassName
{
border-color: #A7CFD7;
}
</style>