Shades of Sail #A1C8E8
Tints of Sail #A1C8E8
RGB
CMYK
RGB Variations
Color information
#A1C8E8 (or 0xA1C8E8) is known color: Sail. HEX triplet: A1, C8 and E8. RGB value is (161,200,232). Sum of RGB (Red+Green+Blue) = 161+200+232=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1C8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C8E8 is #5E3717. Grayscale: #BFBFBF. Windows color (decimal): -6174488 or 15255713. OLE color: 15255713.
HSL color Cylindrical-coordinate representation of color #A1C8E8: hue angle of 207.04º 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 #A1C8E8 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 200 | 232 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.09 |
| HSL | 207.04º | 0.61% | 0.77% | - |
| HSV(B) | 207.04º | 0.31% | 0.91% | - |
| XYZ | 49.92 | 54.71 | 84.27 | - |
| YUV | 191.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 232 | 0.31 | 0.14 | 0 | 0.09 | 207.04 | 0.61 | 0.77 |
| Hex | A1 | C8 | E8 | 1F | E | 0 | 9 | CF | 3D | 4D |
| Octal | 241 | 310 | 350 | 37 | 16 | 0 | 11 | 317 | 75 | 115 |
| Binary | 10100001 | 11001000 | 11101000 | 11111 | 1110 | 0 | 1001 | 11001111 | 111101 | 1001101 |
Color Harmonies of #A1C8E8
Complementary color
Monochromatic Colors of #A1C8E8
Black with #A1C8E8
Text Example
Text Example
White with #A1C8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C8E8; }
p { color: rgb(161,200,232); }
H1.HeaderClassName
{
color: #A1C8E8;
}
.AnyTagClassName
{
color: #A1C8E8;
}
</style>
background-color css
<style>
a { background-color: #A1C8E8; }
a { background-color: rgb(161,200,232); }
div.DivClassName
{
background-color: #A1C8E8;
}
.BgClassName
{
background-color: #A1C8E8;
}
</style>
border-color css
<style>
span { border-color: #A1C8E8; }
span { border-color: rgb(161,200,232); }
td.TdClassName
{
border-color: #A1C8E8;
}
.TagClassName
{
border-color: #A1C8E8;
}
</style>