Shades of Sail #A2CEF4
Tints of Sail #A2CEF4
RGB
CMYK
RGB Variations
Color information
#A2CEF4 (or 0xA2CEF4) is known color: Sail. HEX triplet: A2, CE and F4. RGB value is (162,206,244). Sum of RGB (Red+Green+Blue) = 162+206+244=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #A2CEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEF4 is #5D310B. Grayscale: #C4C4C4. Windows color (decimal): -6107404 or 16043682. OLE color: 16043682.
HSL color Cylindrical-coordinate representation of color #A2CEF4: hue angle of 207.8º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2CEF4 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 206 | 244 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.04 |
| HSL | 207.8º | 0.79% | 0.8% | - |
| HSV(B) | 207.8º | 0.34% | 0.96% | - |
| XYZ | 53.3 | 58.36 | 94.04 | - |
| YUV | 197.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 244 | 0.34 | 0.16 | 0 | 0.04 | 207.8 | 0.79 | 0.8 |
| Hex | A2 | CE | F4 | 22 | 10 | 0 | 4 | D0 | 4F | 50 |
| Octal | 242 | 316 | 364 | 42 | 20 | 0 | 4 | 320 | 117 | 120 |
| Binary | 10100010 | 11001110 | 11110100 | 100010 | 10000 | 0 | 100 | 11010000 | 1001111 | 1010000 |
Color Harmonies of #A2CEF4
Complementary color
Monochromatic Colors of #A2CEF4
Black with #A2CEF4
Text Example
Text Example
White with #A2CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEF4; }
p { color: rgb(162,206,244); }
H1.HeaderClassName
{
color: #A2CEF4;
}
.AnyTagClassName
{
color: #A2CEF4;
}
</style>
background-color css
<style>
a { background-color: #A2CEF4; }
a { background-color: rgb(162,206,244); }
div.DivClassName
{
background-color: #A2CEF4;
}
.BgClassName
{
background-color: #A2CEF4;
}
</style>
border-color css
<style>
span { border-color: #A2CEF4; }
span { border-color: rgb(162,206,244); }
td.TdClassName
{
border-color: #A2CEF4;
}
.TagClassName
{
border-color: #A2CEF4;
}
</style>