Shades of Sail #A1CDF0
Tints of Sail #A1CDF0
RGB
CMYK
RGB Variations
Color information
#A1CDF0 (or 0xA1CDF0) is known color: Sail. HEX triplet: A1, CD and F0. RGB value is (161,205,240). Sum of RGB (Red+Green+Blue) = 161+205+240=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDF0 is #5E320F. Grayscale: #C3C3C3. Windows color (decimal): -6173200 or 15781281. OLE color: 15781281.
HSL color Cylindrical-coordinate representation of color #A1CDF0: hue angle of 206.58º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CDF0 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 205 | 240 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.06 |
| HSL | 206.58º | 0.72% | 0.79% | - |
| HSV(B) | 206.58º | 0.33% | 0.94% | - |
| XYZ | 52.26 | 57.53 | 90.79 | - |
| YUV | 195.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 240 | 0.33 | 0.15 | 0 | 0.06 | 206.58 | 0.72 | 0.79 |
| Hex | A1 | CD | F0 | 21 | F | 0 | 6 | CF | 48 | 4F |
| Octal | 241 | 315 | 360 | 41 | 17 | 0 | 6 | 317 | 110 | 117 |
| Binary | 10100001 | 11001101 | 11110000 | 100001 | 1111 | 0 | 110 | 11001111 | 1001000 | 1001111 |
Color Harmonies of #A1CDF0
Complementary color
Monochromatic Colors of #A1CDF0
Black with #A1CDF0
Text Example
Text Example
White with #A1CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDF0; }
p { color: rgb(161,205,240); }
H1.HeaderClassName
{
color: #A1CDF0;
}
.AnyTagClassName
{
color: #A1CDF0;
}
</style>
background-color css
<style>
a { background-color: #A1CDF0; }
a { background-color: rgb(161,205,240); }
div.DivClassName
{
background-color: #A1CDF0;
}
.BgClassName
{
background-color: #A1CDF0;
}
</style>
border-color css
<style>
span { border-color: #A1CDF0; }
span { border-color: rgb(161,205,240); }
td.TdClassName
{
border-color: #A1CDF0;
}
.TagClassName
{
border-color: #A1CDF0;
}
</style>