Shades of Regent St Blue #A1CFDB
Tints of Regent St Blue #A1CFDB
RGB
CMYK
RGB Variations
Color information
#A1CFDB (or 0xA1CFDB) is known color: Regent St Blue. HEX triplet: A1, CF and DB. RGB value is (161,207,219). Sum of RGB (Red+Green+Blue) = 161+207+219=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFDB is #5E3024. Grayscale: #C2C2C2. Windows color (decimal): -6172709 or 14405537. OLE color: 14405537.
HSL color Cylindrical-coordinate representation of color #A1CFDB: hue angle of 192.41º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1CFDB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 207 | 219 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.14 |
| HSL | 192.41º | 0.45% | 0.75% | - |
| HSV(B) | 192.41º | 0.26% | 0.86% | - |
| XYZ | 49.8 | 57.32 | 75.46 | - |
| YUV | 194.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 219 | 0.26 | 0.05 | 0 | 0.14 | 192.41 | 0.45 | 0.75 |
| Hex | A1 | CF | DB | 1A | 5 | 0 | E | C0 | 2D | 4B |
| Octal | 241 | 317 | 333 | 32 | 5 | 0 | 16 | 300 | 55 | 113 |
| Binary | 10100001 | 11001111 | 11011011 | 11010 | 101 | 0 | 1110 | 11000000 | 101101 | 1001011 |
Color Harmonies of #A1CFDB
Complementary color
Monochromatic Colors of #A1CFDB
Black with #A1CFDB
Text Example
Text Example
White with #A1CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFDB; }
p { color: rgb(161,207,219); }
H1.HeaderClassName
{
color: #A1CFDB;
}
.AnyTagClassName
{
color: #A1CFDB;
}
</style>
background-color css
<style>
a { background-color: #A1CFDB; }
a { background-color: rgb(161,207,219); }
div.DivClassName
{
background-color: #A1CFDB;
}
.BgClassName
{
background-color: #A1CFDB;
}
</style>
border-color css
<style>
span { border-color: #A1CFDB; }
span { border-color: rgb(161,207,219); }
td.TdClassName
{
border-color: #A1CFDB;
}
.TagClassName
{
border-color: #A1CFDB;
}
</style>