Shades of Sail #A2CDEB
Tints of Sail #A2CDEB
RGB
CMYK
RGB Variations
Color information
#A2CDEB (or 0xA2CDEB) is known color: Sail. HEX triplet: A2, CD and EB. RGB value is (162,205,235). Sum of RGB (Red+Green+Blue) = 162+205+235=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CDEB is #5D3214. Grayscale: #C3C3C3. Windows color (decimal): -6107669 or 15453602. OLE color: 15453602.
HSL color Cylindrical-coordinate representation of color #A2CDEB: hue angle of 204.66º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2CDEB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 205 | 235 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.08 |
| HSL | 204.66º | 0.65% | 0.78% | - |
| HSV(B) | 204.66º | 0.31% | 0.92% | - |
| XYZ | 51.73 | 57.34 | 86.94 | - |
| YUV | 195.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 235 | 0.31 | 0.13 | 0 | 0.08 | 204.66 | 0.65 | 0.78 |
| Hex | A2 | CD | EB | 1F | D | 0 | 8 | CD | 41 | 4E |
| Octal | 242 | 315 | 353 | 37 | 15 | 0 | 10 | 315 | 101 | 116 |
| Binary | 10100010 | 11001101 | 11101011 | 11111 | 1101 | 0 | 1000 | 11001101 | 1000001 | 1001110 |
Color Harmonies of #A2CDEB
Complementary color
Monochromatic Colors of #A2CDEB
Black with #A2CDEB
Text Example
Text Example
White with #A2CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDEB; }
p { color: rgb(162,205,235); }
H1.HeaderClassName
{
color: #A2CDEB;
}
.AnyTagClassName
{
color: #A2CDEB;
}
</style>
background-color css
<style>
a { background-color: #A2CDEB; }
a { background-color: rgb(162,205,235); }
div.DivClassName
{
background-color: #A2CDEB;
}
.BgClassName
{
background-color: #A2CDEB;
}
</style>
border-color css
<style>
span { border-color: #A2CDEB; }
span { border-color: rgb(162,205,235); }
td.TdClassName
{
border-color: #A2CDEB;
}
.TagClassName
{
border-color: #A2CDEB;
}
</style>