Shades of Regent St Blue #A1CADA
Tints of Regent St Blue #A1CADA
RGB
CMYK
RGB Variations
Color information
#A1CADA (or 0xA1CADA) is known color: Regent St Blue. HEX triplet: A1, CA and DA. RGB value is (161,202,218). Sum of RGB (Red+Green+Blue) = 161+202+218=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CADA is #5E3525. Grayscale: #BFBFBF. Windows color (decimal): -6173990 or 14338721. OLE color: 14338721.
HSL color Cylindrical-coordinate representation of color #A1CADA: hue angle of 196.84º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1CADA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 202 | 218 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.15 |
| HSL | 196.84º | 0.44% | 0.74% | - |
| HSV(B) | 196.84º | 0.26% | 0.85% | - |
| XYZ | 48.47 | 54.88 | 74.37 | - |
| YUV | 191.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 218 | 0.26 | 0.07 | 0 | 0.15 | 196.84 | 0.44 | 0.74 |
| Hex | A1 | CA | DA | 1A | 7 | 0 | F | C5 | 2C | 4A |
| Octal | 241 | 312 | 332 | 32 | 7 | 0 | 17 | 305 | 54 | 112 |
| Binary | 10100001 | 11001010 | 11011010 | 11010 | 111 | 0 | 1111 | 11000101 | 101100 | 1001010 |
Color Harmonies of #A1CADA
Complementary color
Monochromatic Colors of #A1CADA
Black with #A1CADA
Text Example
Text Example
White with #A1CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CADA; }
p { color: rgb(161,202,218); }
H1.HeaderClassName
{
color: #A1CADA;
}
.AnyTagClassName
{
color: #A1CADA;
}
</style>
background-color css
<style>
a { background-color: #A1CADA; }
a { background-color: rgb(161,202,218); }
div.DivClassName
{
background-color: #A1CADA;
}
.BgClassName
{
background-color: #A1CADA;
}
</style>
border-color css
<style>
span { border-color: #A1CADA; }
span { border-color: rgb(161,202,218); }
td.TdClassName
{
border-color: #A1CADA;
}
.TagClassName
{
border-color: #A1CADA;
}
</style>