Shades of Regent St Blue #A1BFD3
Tints of Regent St Blue #A1BFD3
RGB
CMYK
RGB Variations
Color information
#A1BFD3 (or 0xA1BFD3) is known color: Regent St Blue. HEX triplet: A1, BF and D3. RGB value is (161,191,211). Sum of RGB (Red+Green+Blue) = 161+191+211=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #A1BFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFD3 is #5E402C. Grayscale: #B8B8B8. Windows color (decimal): -6176813 or 13877153. OLE color: 13877153.
HSL color Cylindrical-coordinate representation of color #A1BFD3: hue angle of 204º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1BFD3 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 191 | 211 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.17 |
| HSL | 204º | 0.36% | 0.73% | - |
| HSV(B) | 204º | 0.24% | 0.83% | - |
| XYZ | 45.09 | 49.54 | 68.81 | - |
| YUV | 184.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 211 | 0.24 | 0.09 | 0 | 0.17 | 204 | 0.36 | 0.73 |
| Hex | A1 | BF | D3 | 18 | 9 | 0 | 11 | CC | 24 | 49 |
| Octal | 241 | 277 | 323 | 30 | 11 | 0 | 21 | 314 | 44 | 111 |
| Binary | 10100001 | 10111111 | 11010011 | 11000 | 1001 | 0 | 10001 | 11001100 | 100100 | 1001001 |
Color Harmonies of #A1BFD3
Complementary color
Monochromatic Colors of #A1BFD3
Black with #A1BFD3
Text Example
Text Example
White with #A1BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFD3; }
p { color: rgb(161,191,211); }
H1.HeaderClassName
{
color: #A1BFD3;
}
.AnyTagClassName
{
color: #A1BFD3;
}
</style>
background-color css
<style>
a { background-color: #A1BFD3; }
a { background-color: rgb(161,191,211); }
div.DivClassName
{
background-color: #A1BFD3;
}
.BgClassName
{
background-color: #A1BFD3;
}
</style>
border-color css
<style>
span { border-color: #A1BFD3; }
span { border-color: rgb(161,191,211); }
td.TdClassName
{
border-color: #A1BFD3;
}
.TagClassName
{
border-color: #A1BFD3;
}
</style>