Shades of Sail #A1C7E8
Tints of Sail #A1C7E8
RGB
CMYK
RGB Variations
Color information
#A1C7E8 (or 0xA1C7E8) is known color: Sail. HEX triplet: A1, C7 and E8. RGB value is (161,199,232). Sum of RGB (Red+Green+Blue) = 161+199+232=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1C7E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C7E8 is #5E3817. Grayscale: #BFBFBF. Windows color (decimal): -6174744 or 15255457. OLE color: 15255457.
HSL color Cylindrical-coordinate representation of color #A1C7E8: hue angle of 207.89º 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 #A1C7E8 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 199 | 232 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.09 |
| HSL | 207.89º | 0.61% | 0.77% | - |
| HSV(B) | 207.89º | 0.31% | 0.91% | - |
| XYZ | 49.69 | 54.25 | 84.2 | - |
| YUV | 191.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 232 | 0.31 | 0.14 | 0 | 0.09 | 207.89 | 0.61 | 0.77 |
| Hex | A1 | C7 | E8 | 1F | E | 0 | 9 | D0 | 3D | 4D |
| Octal | 241 | 307 | 350 | 37 | 16 | 0 | 11 | 320 | 75 | 115 |
| Binary | 10100001 | 11000111 | 11101000 | 11111 | 1110 | 0 | 1001 | 11010000 | 111101 | 1001101 |
Color Harmonies of #A1C7E8
Complementary color
Monochromatic Colors of #A1C7E8
Black with #A1C7E8
Text Example
Text Example
White with #A1C7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C7E8; }
p { color: rgb(161,199,232); }
H1.HeaderClassName
{
color: #A1C7E8;
}
.AnyTagClassName
{
color: #A1C7E8;
}
</style>
background-color css
<style>
a { background-color: #A1C7E8; }
a { background-color: rgb(161,199,232); }
div.DivClassName
{
background-color: #A1C7E8;
}
.BgClassName
{
background-color: #A1C7E8;
}
</style>
border-color css
<style>
span { border-color: #A1C7E8; }
span { border-color: rgb(161,199,232); }
td.TdClassName
{
border-color: #A1C7E8;
}
.TagClassName
{
border-color: #A1C7E8;
}
</style>