Shades of Sail #A1CBEE
Tints of Sail #A1CBEE
RGB
CMYK
RGB Variations
Color information
#A1CBEE (or 0xA1CBEE) is known color: Sail. HEX triplet: A1, CB and EE. RGB value is (161,203,238). Sum of RGB (Red+Green+Blue) = 161+203+238=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBEE is #5E3411. Grayscale: #C2C2C2. Windows color (decimal): -6173714 or 15649697. OLE color: 15649697.
HSL color Cylindrical-coordinate representation of color #A1CBEE: hue angle of 207.27º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CBEE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 203 | 238 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.07 |
| HSL | 207.27º | 0.69% | 0.78% | - |
| HSV(B) | 207.27º | 0.32% | 0.93% | - |
| XYZ | 51.49 | 56.46 | 89.07 | - |
| YUV | 194.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 238 | 0.32 | 0.15 | 0 | 0.07 | 207.27 | 0.69 | 0.78 |
| Hex | A1 | CB | EE | 20 | F | 0 | 7 | CF | 45 | 4E |
| Octal | 241 | 313 | 356 | 40 | 17 | 0 | 7 | 317 | 105 | 116 |
| Binary | 10100001 | 11001011 | 11101110 | 100000 | 1111 | 0 | 111 | 11001111 | 1000101 | 1001110 |
Color Harmonies of #A1CBEE
Complementary color
Monochromatic Colors of #A1CBEE
Black with #A1CBEE
Text Example
Text Example
White with #A1CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBEE; }
p { color: rgb(161,203,238); }
H1.HeaderClassName
{
color: #A1CBEE;
}
.AnyTagClassName
{
color: #A1CBEE;
}
</style>
background-color css
<style>
a { background-color: #A1CBEE; }
a { background-color: rgb(161,203,238); }
div.DivClassName
{
background-color: #A1CBEE;
}
.BgClassName
{
background-color: #A1CBEE;
}
</style>
border-color css
<style>
span { border-color: #A1CBEE; }
span { border-color: rgb(161,203,238); }
td.TdClassName
{
border-color: #A1CBEE;
}
.TagClassName
{
border-color: #A1CBEE;
}
</style>