Shades of Sail #A1CDF2
Tints of Sail #A1CDF2
RGB
CMYK
RGB Variations
Color information
#A1CDF2 (or 0xA1CDF2) is known color: Sail. HEX triplet: A1, CD and F2. RGB value is (161,205,242). Sum of RGB (Red+Green+Blue) = 161+205+242=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDF2 is #5E320D. Grayscale: #C3C3C3. Windows color (decimal): -6173198 or 15912353. OLE color: 15912353.
HSL color Cylindrical-coordinate representation of color #A1CDF2: hue angle of 207.41º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CDF2 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 205 | 242 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.05 |
| HSL | 207.41º | 0.76% | 0.79% | - |
| HSV(B) | 207.41º | 0.33% | 0.95% | - |
| XYZ | 52.56 | 57.65 | 92.36 | - |
| YUV | 196.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 242 | 0.33 | 0.15 | 0 | 0.05 | 207.41 | 0.76 | 0.79 |
| Hex | A1 | CD | F2 | 21 | F | 0 | 5 | CF | 4C | 4F |
| Octal | 241 | 315 | 362 | 41 | 17 | 0 | 5 | 317 | 114 | 117 |
| Binary | 10100001 | 11001101 | 11110010 | 100001 | 1111 | 0 | 101 | 11001111 | 1001100 | 1001111 |
Color Harmonies of #A1CDF2
Complementary color
Monochromatic Colors of #A1CDF2
Black with #A1CDF2
Text Example
Text Example
White with #A1CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDF2; }
p { color: rgb(161,205,242); }
H1.HeaderClassName
{
color: #A1CDF2;
}
.AnyTagClassName
{
color: #A1CDF2;
}
</style>
background-color css
<style>
a { background-color: #A1CDF2; }
a { background-color: rgb(161,205,242); }
div.DivClassName
{
background-color: #A1CDF2;
}
.BgClassName
{
background-color: #A1CDF2;
}
</style>
border-color css
<style>
span { border-color: #A1CDF2; }
span { border-color: rgb(161,205,242); }
td.TdClassName
{
border-color: #A1CDF2;
}
.TagClassName
{
border-color: #A1CDF2;
}
</style>