Shades of Regent St Blue #A0CBD3
Tints of Regent St Blue #A0CBD3
RGB
CMYK
RGB Variations
Color information
#A0CBD3 (or 0xA0CBD3) is known color: Regent St Blue. HEX triplet: A0, CB and D3. RGB value is (160,203,211). Sum of RGB (Red+Green+Blue) = 160+203+211=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 211 - color contains mainly: blue. Hex color #A0CBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBD3 is #5F342C. Grayscale: #BEBEBE. Windows color (decimal): -6239277 or 13880224. OLE color: 13880224.
HSL color Cylindrical-coordinate representation of color #A0CBD3: hue angle of 189.41º degrees, saturation: 0.37, 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 #A0CBD3 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 203 | 211 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.17 |
| HSL | 189.41º | 0.37% | 0.73% | - |
| HSV(B) | 189.41º | 0.24% | 0.83% | - |
| XYZ | 47.61 | 54.89 | 69.71 | - |
| YUV | 191.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 211 | 0.24 | 0.04 | 0 | 0.17 | 189.41 | 0.37 | 0.73 |
| Hex | A0 | CB | D3 | 18 | 4 | 0 | 11 | BD | 25 | 49 |
| Octal | 240 | 313 | 323 | 30 | 4 | 0 | 21 | 275 | 45 | 111 |
| Binary | 10100000 | 11001011 | 11010011 | 11000 | 100 | 0 | 10001 | 10111101 | 100101 | 1001001 |
Color Harmonies of #A0CBD3
Complementary color
Monochromatic Colors of #A0CBD3
Black with #A0CBD3
Text Example
Text Example
White with #A0CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBD3; }
p { color: rgb(160,203,211); }
H1.HeaderClassName
{
color: #A0CBD3;
}
.AnyTagClassName
{
color: #A0CBD3;
}
</style>
background-color css
<style>
a { background-color: #A0CBD3; }
a { background-color: rgb(160,203,211); }
div.DivClassName
{
background-color: #A0CBD3;
}
.BgClassName
{
background-color: #A0CBD3;
}
</style>
border-color css
<style>
span { border-color: #A0CBD3; }
span { border-color: rgb(160,203,211); }
td.TdClassName
{
border-color: #A0CBD3;
}
.TagClassName
{
border-color: #A0CBD3;
}
</style>