Shades of Sail #A1CDE8
Tints of Sail #A1CDE8
RGB
CMYK
RGB Variations
Color information
#A1CDE8 (or 0xA1CDE8) is known color: Sail. HEX triplet: A1, CD and E8. RGB value is (161,205,232). Sum of RGB (Red+Green+Blue) = 161+205+232=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1CDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDE8 is #5E3217. Grayscale: #C2C2C2. Windows color (decimal): -6173208 or 15256993. OLE color: 15256993.
HSL color Cylindrical-coordinate representation of color #A1CDE8: hue angle of 202.82º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CDE8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 205 | 232 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.09 |
| HSL | 202.82º | 0.61% | 0.77% | - |
| HSV(B) | 202.82º | 0.31% | 0.91% | - |
| XYZ | 51.09 | 57.07 | 84.67 | - |
| YUV | 194.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 232 | 0.31 | 0.12 | 0 | 0.09 | 202.82 | 0.61 | 0.77 |
| Hex | A1 | CD | E8 | 1F | C | 0 | 9 | CB | 3D | 4D |
| Octal | 241 | 315 | 350 | 37 | 14 | 0 | 11 | 313 | 75 | 115 |
| Binary | 10100001 | 11001101 | 11101000 | 11111 | 1100 | 0 | 1001 | 11001011 | 111101 | 1001101 |
Color Harmonies of #A1CDE8
Complementary color
Monochromatic Colors of #A1CDE8
Black with #A1CDE8
Text Example
Text Example
White with #A1CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDE8; }
p { color: rgb(161,205,232); }
H1.HeaderClassName
{
color: #A1CDE8;
}
.AnyTagClassName
{
color: #A1CDE8;
}
</style>
background-color css
<style>
a { background-color: #A1CDE8; }
a { background-color: rgb(161,205,232); }
div.DivClassName
{
background-color: #A1CDE8;
}
.BgClassName
{
background-color: #A1CDE8;
}
</style>
border-color css
<style>
span { border-color: #A1CDE8; }
span { border-color: rgb(161,205,232); }
td.TdClassName
{
border-color: #A1CDE8;
}
.TagClassName
{
border-color: #A1CDE8;
}
</style>