Shades of Sail #A2CFED
Tints of Sail #A2CFED
RGB
CMYK
RGB Variations
Color information
#A2CFED (or 0xA2CFED) is known color: Sail. HEX triplet: A2, CF and ED. RGB value is (162,207,237). Sum of RGB (Red+Green+Blue) = 162+207+237=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFED is #5D3012. Grayscale: #C4C4C4. Windows color (decimal): -6107155 or 15585186. OLE color: 15585186.
HSL color Cylindrical-coordinate representation of color #A2CFED: hue angle of 204º degrees, saturation: 0.68, 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 #A2CFED is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 207 | 237 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.07 |
| HSL | 204º | 0.68% | 0.78% | - |
| HSV(B) | 204º | 0.32% | 0.93% | - |
| XYZ | 52.5 | 58.42 | 88.63 | - |
| YUV | 196.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 237 | 0.32 | 0.13 | 0 | 0.07 | 204 | 0.68 | 0.78 |
| Hex | A2 | CF | ED | 20 | D | 0 | 7 | CC | 44 | 4E |
| Octal | 242 | 317 | 355 | 40 | 15 | 0 | 7 | 314 | 104 | 116 |
| Binary | 10100010 | 11001111 | 11101101 | 100000 | 1101 | 0 | 111 | 11001100 | 1000100 | 1001110 |
Color Harmonies of #A2CFED
Complementary color
Monochromatic Colors of #A2CFED
Black with #A2CFED
Text Example
Text Example
White with #A2CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFED; }
p { color: rgb(162,207,237); }
H1.HeaderClassName
{
color: #A2CFED;
}
.AnyTagClassName
{
color: #A2CFED;
}
</style>
background-color css
<style>
a { background-color: #A2CFED; }
a { background-color: rgb(162,207,237); }
div.DivClassName
{
background-color: #A2CFED;
}
.BgClassName
{
background-color: #A2CFED;
}
</style>
border-color css
<style>
span { border-color: #A2CFED; }
span { border-color: rgb(162,207,237); }
td.TdClassName
{
border-color: #A2CFED;
}
.TagClassName
{
border-color: #A2CFED;
}
</style>