Shades of Sail #A2CFE8
Tints of Sail #A2CFE8
RGB
CMYK
RGB Variations
Color information
#A2CFE8 (or 0xA2CFE8) is known color: Sail. HEX triplet: A2, CF and E8. RGB value is (162,207,232). Sum of RGB (Red+Green+Blue) = 162+207+232=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #A2CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFE8 is #5D3017. Grayscale: #C4C4C4. Windows color (decimal): -6107160 or 15257506. OLE color: 15257506.
HSL color Cylindrical-coordinate representation of color #A2CFE8: hue angle of 201.43º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2CFE8 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 207 | 232 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.09 |
| HSL | 201.43º | 0.6% | 0.77% | - |
| HSV(B) | 201.43º | 0.3% | 0.91% | - |
| XYZ | 51.78 | 58.13 | 84.84 | - |
| YUV | 196.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 232 | 0.30 | 0.11 | 0 | 0.09 | 201.43 | 0.6 | 0.77 |
| Hex | A2 | CF | E8 | 1E | B | 0 | 9 | C9 | 3C | 4D |
| Octal | 242 | 317 | 350 | 36 | 13 | 0 | 11 | 311 | 74 | 115 |
| Binary | 10100010 | 11001111 | 11101000 | 11110 | 1011 | 0 | 1001 | 11001001 | 111100 | 1001101 |
Color Harmonies of #A2CFE8
Complementary color
Monochromatic Colors of #A2CFE8
Black with #A2CFE8
Text Example
Text Example
White with #A2CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFE8; }
p { color: rgb(162,207,232); }
H1.HeaderClassName
{
color: #A2CFE8;
}
.AnyTagClassName
{
color: #A2CFE8;
}
</style>
background-color css
<style>
a { background-color: #A2CFE8; }
a { background-color: rgb(162,207,232); }
div.DivClassName
{
background-color: #A2CFE8;
}
.BgClassName
{
background-color: #A2CFE8;
}
</style>
border-color css
<style>
span { border-color: #A2CFE8; }
span { border-color: rgb(162,207,232); }
td.TdClassName
{
border-color: #A2CFE8;
}
.TagClassName
{
border-color: #A2CFE8;
}
</style>