Shades of Sail #A2CCEE
Tints of Sail #A2CCEE
RGB
CMYK
RGB Variations
Color information
#A2CCEE (or 0xA2CCEE) is known color: Sail. HEX triplet: A2, CC and EE. RGB value is (162,204,238). Sum of RGB (Red+Green+Blue) = 162+204+238=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2CCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CCEE is #5D3311. Grayscale: #C3C3C3. Windows color (decimal): -6107922 or 15649954. OLE color: 15649954.
HSL color Cylindrical-coordinate representation of color #A2CCEE: hue angle of 206.84º degrees, saturation: 0.69, 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 #A2CCEE is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 204 | 238 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.07 |
| HSL | 206.84º | 0.69% | 0.78% | - |
| HSV(B) | 206.84º | 0.32% | 0.93% | - |
| XYZ | 51.93 | 57.04 | 89.16 | - |
| YUV | 195.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 238 | 0.32 | 0.14 | 0 | 0.07 | 206.84 | 0.69 | 0.78 |
| Hex | A2 | CC | EE | 20 | E | 0 | 7 | CF | 45 | 4E |
| Octal | 242 | 314 | 356 | 40 | 16 | 0 | 7 | 317 | 105 | 116 |
| Binary | 10100010 | 11001100 | 11101110 | 100000 | 1110 | 0 | 111 | 11001111 | 1000101 | 1001110 |
Color Harmonies of #A2CCEE
Complementary color
Monochromatic Colors of #A2CCEE
Black with #A2CCEE
Text Example
Text Example
White with #A2CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCEE; }
p { color: rgb(162,204,238); }
H1.HeaderClassName
{
color: #A2CCEE;
}
.AnyTagClassName
{
color: #A2CCEE;
}
</style>
background-color css
<style>
a { background-color: #A2CCEE; }
a { background-color: rgb(162,204,238); }
div.DivClassName
{
background-color: #A2CCEE;
}
.BgClassName
{
background-color: #A2CCEE;
}
</style>
border-color css
<style>
span { border-color: #A2CCEE; }
span { border-color: rgb(162,204,238); }
td.TdClassName
{
border-color: #A2CCEE;
}
.TagClassName
{
border-color: #A2CCEE;
}
</style>