Shades of Sail #A2CDEF
Tints of Sail #A2CDEF
RGB
CMYK
RGB Variations
Color information
#A2CDEF (or 0xA2CDEF) is known color: Sail. HEX triplet: A2, CD and EF. RGB value is (162,205,239). Sum of RGB (Red+Green+Blue) = 162+205+239=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CDEF is #5D3210. Grayscale: #C3C3C3. Windows color (decimal): -6107665 or 15715746. OLE color: 15715746.
HSL color Cylindrical-coordinate representation of color #A2CDEF: hue angle of 206.49º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2CDEF is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 205 | 239 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.06 |
| HSL | 206.49º | 0.71% | 0.79% | - |
| HSV(B) | 206.49º | 0.32% | 0.94% | - |
| XYZ | 52.31 | 57.58 | 90.02 | - |
| YUV | 196.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 239 | 0.32 | 0.14 | 0 | 0.06 | 206.49 | 0.71 | 0.79 |
| Hex | A2 | CD | EF | 20 | E | 0 | 6 | CE | 47 | 4F |
| Octal | 242 | 315 | 357 | 40 | 16 | 0 | 6 | 316 | 107 | 117 |
| Binary | 10100010 | 11001101 | 11101111 | 100000 | 1110 | 0 | 110 | 11001110 | 1000111 | 1001111 |
Color Harmonies of #A2CDEF
Complementary color
Monochromatic Colors of #A2CDEF
Black with #A2CDEF
Text Example
Text Example
White with #A2CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDEF; }
p { color: rgb(162,205,239); }
H1.HeaderClassName
{
color: #A2CDEF;
}
.AnyTagClassName
{
color: #A2CDEF;
}
</style>
background-color css
<style>
a { background-color: #A2CDEF; }
a { background-color: rgb(162,205,239); }
div.DivClassName
{
background-color: #A2CDEF;
}
.BgClassName
{
background-color: #A2CDEF;
}
</style>
border-color css
<style>
span { border-color: #A2CDEF; }
span { border-color: rgb(162,205,239); }
td.TdClassName
{
border-color: #A2CDEF;
}
.TagClassName
{
border-color: #A2CDEF;
}
</style>