Shades of Sail #A2CBED
Tints of Sail #A2CBED
RGB
CMYK
RGB Variations
Color information
#A2CBED (or 0xA2CBED) is known color: Sail. HEX triplet: A2, CB and ED. RGB value is (162,203,237). Sum of RGB (Red+Green+Blue) = 162+203+237=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CBED is #5D3412. Grayscale: #C2C2C2. Windows color (decimal): -6108179 or 15584162. OLE color: 15584162.
HSL color Cylindrical-coordinate representation of color #A2CBED: hue angle of 207.2º degrees, saturation: 0.68, 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 #A2CBED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 203 | 237 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.07 |
| HSL | 207.2º | 0.68% | 0.78% | - |
| HSV(B) | 207.2º | 0.32% | 0.93% | - |
| XYZ | 51.54 | 56.51 | 88.31 | - |
| YUV | 194.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 237 | 0.32 | 0.14 | 0 | 0.07 | 207.2 | 0.68 | 0.78 |
| Hex | A2 | CB | ED | 20 | E | 0 | 7 | CF | 44 | 4E |
| Octal | 242 | 313 | 355 | 40 | 16 | 0 | 7 | 317 | 104 | 116 |
| Binary | 10100010 | 11001011 | 11101101 | 100000 | 1110 | 0 | 111 | 11001111 | 1000100 | 1001110 |
Color Harmonies of #A2CBED
Complementary color
Monochromatic Colors of #A2CBED
Black with #A2CBED
Text Example
Text Example
White with #A2CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CBED; }
p { color: rgb(162,203,237); }
H1.HeaderClassName
{
color: #A2CBED;
}
.AnyTagClassName
{
color: #A2CBED;
}
</style>
background-color css
<style>
a { background-color: #A2CBED; }
a { background-color: rgb(162,203,237); }
div.DivClassName
{
background-color: #A2CBED;
}
.BgClassName
{
background-color: #A2CBED;
}
</style>
border-color css
<style>
span { border-color: #A2CBED; }
span { border-color: rgb(162,203,237); }
td.TdClassName
{
border-color: #A2CBED;
}
.TagClassName
{
border-color: #A2CBED;
}
</style>