Shades of Regent St Blue #A3CBDD
Tints of Regent St Blue #A3CBDD
RGB
CMYK
RGB Variations
Color information
#A3CBDD (or 0xA3CBDD) is known color: Regent St Blue. HEX triplet: A3, CB and DD. RGB value is (163,203,221). Sum of RGB (Red+Green+Blue) = 163+203+221=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBDD is #5C3422. Grayscale: #C0C0C0. Windows color (decimal): -6042659 or 14535587. OLE color: 14535587.
HSL color Cylindrical-coordinate representation of color #A3CBDD: hue angle of 198.62º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CBDD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 203 | 221 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.13 |
| HSL | 198.62º | 0.46% | 0.75% | - |
| HSV(B) | 198.62º | 0.26% | 0.87% | - |
| XYZ | 49.51 | 55.72 | 76.55 | - |
| YUV | 193.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 221 | 0.26 | 0.08 | 0 | 0.13 | 198.62 | 0.46 | 0.75 |
| Hex | A3 | CB | DD | 1A | 8 | 0 | D | C7 | 2E | 4B |
| Octal | 243 | 313 | 335 | 32 | 10 | 0 | 15 | 307 | 56 | 113 |
| Binary | 10100011 | 11001011 | 11011101 | 11010 | 1000 | 0 | 1101 | 11000111 | 101110 | 1001011 |
Color Harmonies of #A3CBDD
Complementary color
Monochromatic Colors of #A3CBDD
Black with #A3CBDD
Text Example
Text Example
White with #A3CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBDD; }
p { color: rgb(163,203,221); }
H1.HeaderClassName
{
color: #A3CBDD;
}
.AnyTagClassName
{
color: #A3CBDD;
}
</style>
background-color css
<style>
a { background-color: #A3CBDD; }
a { background-color: rgb(163,203,221); }
div.DivClassName
{
background-color: #A3CBDD;
}
.BgClassName
{
background-color: #A3CBDD;
}
</style>
border-color css
<style>
span { border-color: #A3CBDD; }
span { border-color: rgb(163,203,221); }
td.TdClassName
{
border-color: #A3CBDD;
}
.TagClassName
{
border-color: #A3CBDD;
}
</style>