Shades of Regent St Blue #A0CADA
Tints of Regent St Blue #A0CADA
RGB
CMYK
RGB Variations
Color information
#A0CADA (or 0xA0CADA) is known color: Regent St Blue. HEX triplet: A0, CA and DA. RGB value is (160,202,218). Sum of RGB (Red+Green+Blue) = 160+202+218=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CADA is #5F3525. Grayscale: #BFBFBF. Windows color (decimal): -6239526 or 14338720. OLE color: 14338720.
HSL color Cylindrical-coordinate representation of color #A0CADA: hue angle of 196.55º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0CADA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 202 | 218 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.15 |
| HSL | 196.55º | 0.44% | 0.74% | - |
| HSV(B) | 196.55º | 0.27% | 0.85% | - |
| XYZ | 48.27 | 54.78 | 74.36 | - |
| YUV | 191.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 218 | 0.27 | 0.07 | 0 | 0.15 | 196.55 | 0.44 | 0.74 |
| Hex | A0 | CA | DA | 1B | 7 | 0 | F | C5 | 2C | 4A |
| Octal | 240 | 312 | 332 | 33 | 7 | 0 | 17 | 305 | 54 | 112 |
| Binary | 10100000 | 11001010 | 11011010 | 11011 | 111 | 0 | 1111 | 11000101 | 101100 | 1001010 |
Color Harmonies of #A0CADA
Complementary color
Monochromatic Colors of #A0CADA
Black with #A0CADA
Text Example
Text Example
White with #A0CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CADA; }
p { color: rgb(160,202,218); }
H1.HeaderClassName
{
color: #A0CADA;
}
.AnyTagClassName
{
color: #A0CADA;
}
</style>
background-color css
<style>
a { background-color: #A0CADA; }
a { background-color: rgb(160,202,218); }
div.DivClassName
{
background-color: #A0CADA;
}
.BgClassName
{
background-color: #A0CADA;
}
</style>
border-color css
<style>
span { border-color: #A0CADA; }
span { border-color: rgb(160,202,218); }
td.TdClassName
{
border-color: #A0CADA;
}
.TagClassName
{
border-color: #A0CADA;
}
</style>