Shades of Sail #A1C9E4
Tints of Sail #A1C9E4
RGB
CMYK
RGB Variations
Color information
#A1C9E4 (or 0xA1C9E4) is known color: Sail. HEX triplet: A1, C9 and E4. RGB value is (161,201,228). Sum of RGB (Red+Green+Blue) = 161+201+228=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1C9E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C9E4 is #5E361B. Grayscale: #BFBFBF. Windows color (decimal): -6174236 or 14993825. OLE color: 14993825.
HSL color Cylindrical-coordinate representation of color #A1C9E4: hue angle of 204.18º 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 #A1C9E4 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 201 | 228 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.11 |
| HSL | 204.18º | 0.55% | 0.76% | - |
| HSV(B) | 204.18º | 0.29% | 0.89% | - |
| XYZ | 49.59 | 54.95 | 81.39 | - |
| YUV | 192.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 228 | 0.29 | 0.12 | 0 | 0.11 | 204.18 | 0.55 | 0.76 |
| Hex | A1 | C9 | E4 | 1D | C | 0 | B | CC | 37 | 4C |
| Octal | 241 | 311 | 344 | 35 | 14 | 0 | 13 | 314 | 67 | 114 |
| Binary | 10100001 | 11001001 | 11100100 | 11101 | 1100 | 0 | 1011 | 11001100 | 110111 | 1001100 |
Color Harmonies of #A1C9E4
Complementary color
Monochromatic Colors of #A1C9E4
Black with #A1C9E4
Text Example
Text Example
White with #A1C9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C9E4; }
p { color: rgb(161,201,228); }
H1.HeaderClassName
{
color: #A1C9E4;
}
.AnyTagClassName
{
color: #A1C9E4;
}
</style>
background-color css
<style>
a { background-color: #A1C9E4; }
a { background-color: rgb(161,201,228); }
div.DivClassName
{
background-color: #A1C9E4;
}
.BgClassName
{
background-color: #A1C9E4;
}
</style>
border-color css
<style>
span { border-color: #A1C9E4; }
span { border-color: rgb(161,201,228); }
td.TdClassName
{
border-color: #A1C9E4;
}
.TagClassName
{
border-color: #A1C9E4;
}
</style>