Shades of Sail #A1CCEF
Tints of Sail #A1CCEF
RGB
CMYK
RGB Variations
Color information
#A1CCEF (or 0xA1CCEF) is known color: Sail. HEX triplet: A1, CC and EF. RGB value is (161,204,239). Sum of RGB (Red+Green+Blue) = 161+204+239=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCEF is #5E3310. Grayscale: #C2C2C2. Windows color (decimal): -6173457 or 15715489. OLE color: 15715489.
HSL color Cylindrical-coordinate representation of color #A1CCEF: hue angle of 206.92º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CCEF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 204 | 239 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.06 |
| HSL | 206.92º | 0.71% | 0.78% | - |
| HSV(B) | 206.92º | 0.33% | 0.94% | - |
| XYZ | 51.87 | 56.99 | 89.93 | - |
| YUV | 195.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 239 | 0.33 | 0.15 | 0 | 0.06 | 206.92 | 0.71 | 0.78 |
| Hex | A1 | CC | EF | 21 | F | 0 | 6 | CF | 47 | 4E |
| Octal | 241 | 314 | 357 | 41 | 17 | 0 | 6 | 317 | 107 | 116 |
| Binary | 10100001 | 11001100 | 11101111 | 100001 | 1111 | 0 | 110 | 11001111 | 1000111 | 1001110 |
Color Harmonies of #A1CCEF
Complementary color
Monochromatic Colors of #A1CCEF
Black with #A1CCEF
Text Example
Text Example
White with #A1CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCEF; }
p { color: rgb(161,204,239); }
H1.HeaderClassName
{
color: #A1CCEF;
}
.AnyTagClassName
{
color: #A1CCEF;
}
</style>
background-color css
<style>
a { background-color: #A1CCEF; }
a { background-color: rgb(161,204,239); }
div.DivClassName
{
background-color: #A1CCEF;
}
.BgClassName
{
background-color: #A1CCEF;
}
</style>
border-color css
<style>
span { border-color: #A1CCEF; }
span { border-color: rgb(161,204,239); }
td.TdClassName
{
border-color: #A1CCEF;
}
.TagClassName
{
border-color: #A1CCEF;
}
</style>