Shades of Regent St Blue #A3CBDB
Tints of Regent St Blue #A3CBDB
RGB
CMYK
RGB Variations
Color information
#A3CBDB (or 0xA3CBDB) is known color: Regent St Blue. HEX triplet: A3, CB and DB. RGB value is (163,203,219). Sum of RGB (Red+Green+Blue) = 163+203+219=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBDB is #5C3424. Grayscale: #C0C0C0. Windows color (decimal): -6042661 or 14404515. OLE color: 14404515.
HSL color Cylindrical-coordinate representation of color #A3CBDB: hue angle of 197.14º degrees, saturation: 0.44, 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 #A3CBDB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 203 | 219 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.14 |
| HSL | 197.14º | 0.44% | 0.75% | - |
| HSV(B) | 197.14º | 0.26% | 0.86% | - |
| XYZ | 49.25 | 55.61 | 75.16 | - |
| YUV | 192.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 219 | 0.26 | 0.07 | 0 | 0.14 | 197.14 | 0.44 | 0.75 |
| Hex | A3 | CB | DB | 1A | 7 | 0 | E | C5 | 2C | 4B |
| Octal | 243 | 313 | 333 | 32 | 7 | 0 | 16 | 305 | 54 | 113 |
| Binary | 10100011 | 11001011 | 11011011 | 11010 | 111 | 0 | 1110 | 11000101 | 101100 | 1001011 |
Color Harmonies of #A3CBDB
Complementary color
Monochromatic Colors of #A3CBDB
Black with #A3CBDB
Text Example
Text Example
White with #A3CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBDB; }
p { color: rgb(163,203,219); }
H1.HeaderClassName
{
color: #A3CBDB;
}
.AnyTagClassName
{
color: #A3CBDB;
}
</style>
background-color css
<style>
a { background-color: #A3CBDB; }
a { background-color: rgb(163,203,219); }
div.DivClassName
{
background-color: #A3CBDB;
}
.BgClassName
{
background-color: #A3CBDB;
}
</style>
border-color css
<style>
span { border-color: #A3CBDB; }
span { border-color: rgb(163,203,219); }
td.TdClassName
{
border-color: #A3CBDB;
}
.TagClassName
{
border-color: #A3CBDB;
}
</style>