Shades of Sail #A1CDE4
Tints of Sail #A1CDE4
RGB
CMYK
RGB Variations
Color information
#A1CDE4 (or 0xA1CDE4) is known color: Sail. HEX triplet: A1, CD and E4. RGB value is (161,205,228). Sum of RGB (Red+Green+Blue) = 161+205+228=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1CDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDE4 is #5E321B. Grayscale: #C2C2C2. Windows color (decimal): -6173212 or 14994849. OLE color: 14994849.
HSL color Cylindrical-coordinate representation of color #A1CDE4: hue angle of 200.6º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1CDE4 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 205 | 228 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.11 |
| HSL | 200.6º | 0.55% | 0.76% | - |
| HSV(B) | 200.6º | 0.29% | 0.89% | - |
| XYZ | 50.53 | 56.84 | 81.71 | - |
| YUV | 194.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 228 | 0.29 | 0.10 | 0 | 0.11 | 200.6 | 0.55 | 0.76 |
| Hex | A1 | CD | E4 | 1D | A | 0 | B | C9 | 37 | 4C |
| Octal | 241 | 315 | 344 | 35 | 12 | 0 | 13 | 311 | 67 | 114 |
| Binary | 10100001 | 11001101 | 11100100 | 11101 | 1010 | 0 | 1011 | 11001001 | 110111 | 1001100 |
Color Harmonies of #A1CDE4
Complementary color
Monochromatic Colors of #A1CDE4
Black with #A1CDE4
Text Example
Text Example
White with #A1CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDE4; }
p { color: rgb(161,205,228); }
H1.HeaderClassName
{
color: #A1CDE4;
}
.AnyTagClassName
{
color: #A1CDE4;
}
</style>
background-color css
<style>
a { background-color: #A1CDE4; }
a { background-color: rgb(161,205,228); }
div.DivClassName
{
background-color: #A1CDE4;
}
.BgClassName
{
background-color: #A1CDE4;
}
</style>
border-color css
<style>
span { border-color: #A1CDE4; }
span { border-color: rgb(161,205,228); }
td.TdClassName
{
border-color: #A1CDE4;
}
.TagClassName
{
border-color: #A1CDE4;
}
</style>