Shades of Sail #A2CAF1
Tints of Sail #A2CAF1
RGB
CMYK
RGB Variations
Color information
#A2CAF1 (or 0xA2CAF1) is known color: Sail. HEX triplet: A2, CA and F1. RGB value is (162,202,241). Sum of RGB (Red+Green+Blue) = 162+202+241=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CAF1 is #5D350E. Grayscale: #C2C2C2. Windows color (decimal): -6108431 or 15846050. OLE color: 15846050.
HSL color Cylindrical-coordinate representation of color #A2CAF1: hue angle of 209.62º degrees, saturation: 0.74, 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 #A2CAF1 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 202 | 241 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.05 |
| HSL | 209.62º | 0.74% | 0.79% | - |
| HSV(B) | 209.62º | 0.33% | 0.95% | - |
| XYZ | 51.9 | 56.27 | 91.35 | - |
| YUV | 194.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 241 | 0.33 | 0.16 | 0 | 0.05 | 209.62 | 0.74 | 0.79 |
| Hex | A2 | CA | F1 | 21 | 10 | 0 | 5 | D2 | 4A | 4F |
| Octal | 242 | 312 | 361 | 41 | 20 | 0 | 5 | 322 | 112 | 117 |
| Binary | 10100010 | 11001010 | 11110001 | 100001 | 10000 | 0 | 101 | 11010010 | 1001010 | 1001111 |
Color Harmonies of #A2CAF1
Complementary color
Monochromatic Colors of #A2CAF1
Black with #A2CAF1
Text Example
Text Example
White with #A2CAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CAF1; }
p { color: rgb(162,202,241); }
H1.HeaderClassName
{
color: #A2CAF1;
}
.AnyTagClassName
{
color: #A2CAF1;
}
</style>
background-color css
<style>
a { background-color: #A2CAF1; }
a { background-color: rgb(162,202,241); }
div.DivClassName
{
background-color: #A2CAF1;
}
.BgClassName
{
background-color: #A2CAF1;
}
</style>
border-color css
<style>
span { border-color: #A2CAF1; }
span { border-color: rgb(162,202,241); }
td.TdClassName
{
border-color: #A2CAF1;
}
.TagClassName
{
border-color: #A2CAF1;
}
</style>