Shades of Sail #A2CEED
Tints of Sail #A2CEED
RGB
CMYK
RGB Variations
Color information
#A2CEED (or 0xA2CEED) is known color: Sail. HEX triplet: A2, CE and ED. RGB value is (162,206,237). Sum of RGB (Red+Green+Blue) = 162+206+237=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEED is #5D3112. Grayscale: #C4C4C4. Windows color (decimal): -6107411 or 15584930. OLE color: 15584930.
HSL color Cylindrical-coordinate representation of color #A2CEED: hue angle of 204.8º 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 #A2CEED is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 206 | 237 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.07 |
| HSL | 204.8º | 0.68% | 0.78% | - |
| HSV(B) | 204.8º | 0.32% | 0.93% | - |
| XYZ | 52.26 | 57.94 | 88.55 | - |
| YUV | 196.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 237 | 0.32 | 0.13 | 0 | 0.07 | 204.8 | 0.68 | 0.78 |
| Hex | A2 | CE | ED | 20 | D | 0 | 7 | CD | 44 | 4E |
| Octal | 242 | 316 | 355 | 40 | 15 | 0 | 7 | 315 | 104 | 116 |
| Binary | 10100010 | 11001110 | 11101101 | 100000 | 1101 | 0 | 111 | 11001101 | 1000100 | 1001110 |
Color Harmonies of #A2CEED
Complementary color
Monochromatic Colors of #A2CEED
Black with #A2CEED
Text Example
Text Example
White with #A2CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEED; }
p { color: rgb(162,206,237); }
H1.HeaderClassName
{
color: #A2CEED;
}
.AnyTagClassName
{
color: #A2CEED;
}
</style>
background-color css
<style>
a { background-color: #A2CEED; }
a { background-color: rgb(162,206,237); }
div.DivClassName
{
background-color: #A2CEED;
}
.BgClassName
{
background-color: #A2CEED;
}
</style>
border-color css
<style>
span { border-color: #A2CEED; }
span { border-color: rgb(162,206,237); }
td.TdClassName
{
border-color: #A2CEED;
}
.TagClassName
{
border-color: #A2CEED;
}
</style>