Shades of Regent St Blue #A9CFD8
Tints of Regent St Blue #A9CFD8
RGB
CMYK
RGB Variations
Color information
#A9CFD8 (or 0xA9CFD8) is known color: Regent St Blue. HEX triplet: A9, CF and D8. RGB value is (169,207,216). Sum of RGB (Red+Green+Blue) = 169+207+216=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #A9CFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFD8 is #563027. Grayscale: #C4C4C4. Windows color (decimal): -5648424 or 14208937. OLE color: 14208937.
HSL color Cylindrical-coordinate representation of color #A9CFD8: hue angle of 191.49º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9CFD8 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 207 | 216 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.15 |
| HSL | 191.49º | 0.38% | 0.75% | - |
| HSV(B) | 191.49º | 0.22% | 0.85% | - |
| XYZ | 51.07 | 58.02 | 73.47 | - |
| YUV | 196.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 216 | 0.22 | 0.04 | 0 | 0.15 | 191.49 | 0.38 | 0.75 |
| Hex | A9 | CF | D8 | 16 | 4 | 0 | F | BF | 26 | 4B |
| Octal | 251 | 317 | 330 | 26 | 4 | 0 | 17 | 277 | 46 | 113 |
| Binary | 10101001 | 11001111 | 11011000 | 10110 | 100 | 0 | 1111 | 10111111 | 100110 | 1001011 |
Color Harmonies of #A9CFD8
Complementary color
Monochromatic Colors of #A9CFD8
Black with #A9CFD8
Text Example
Text Example
White with #A9CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFD8; }
p { color: rgb(169,207,216); }
H1.HeaderClassName
{
color: #A9CFD8;
}
.AnyTagClassName
{
color: #A9CFD8;
}
</style>
background-color css
<style>
a { background-color: #A9CFD8; }
a { background-color: rgb(169,207,216); }
div.DivClassName
{
background-color: #A9CFD8;
}
.BgClassName
{
background-color: #A9CFD8;
}
</style>
border-color css
<style>
span { border-color: #A9CFD8; }
span { border-color: rgb(169,207,216); }
td.TdClassName
{
border-color: #A9CFD8;
}
.TagClassName
{
border-color: #A9CFD8;
}
</style>