Shades of Sail #A2D3EC
Tints of Sail #A2D3EC
RGB
CMYK
RGB Variations
Color information
#A2D3EC (or 0xA2D3EC) is known color: Sail. HEX triplet: A2, D3 and EC. RGB value is (162,211,236). Sum of RGB (Red+Green+Blue) = 162+211+236=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D3EC is #5D2C13. Grayscale: #C7C7C7. Windows color (decimal): -6106132 or 15520674. OLE color: 15520674.
HSL color Cylindrical-coordinate representation of color #A2D3EC: hue angle of 200.27º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D3EC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 162 | 211 | 236 | - |
CMYK | 0.31 | 0.11 | 0 | 0.07 |
HSL | 200.27º | 0.66% | 0.78% | - |
HSV(B) | 200.27º | 0.31% | 0.93% | - |
XYZ | 53.33 | 60.33 | 88.19 | - |
YUV | 199.2 | 148.77 | 101.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 211 | 236 | 0.31 | 0.11 | 0 | 0.07 | 200.27 | 0.66 | 0.78 |
Hex | A2 | D3 | EC | 1F | B | 0 | 7 | C8 | 42 | 4E |
Octal | 242 | 323 | 354 | 37 | 13 | 0 | 7 | 310 | 102 | 116 |
Binary | 10100010 | 11010011 | 11101100 | 11111 | 1011 | 0 | 111 | 11001000 | 1000010 | 1001110 |
Color Harmonies of #A2D3EC
Complementary color
Monochromatic Colors of #A2D3EC
Black with #A2D3EC
Text Example
Text Example
White with #A2D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3EC; }
p { color: rgb(162,211,236); }
H1.HeaderClassName
{
color: #A2D3EC;
}
.AnyTagClassName
{
color: #A2D3EC;
}
</style>
background-color css
<style>
a { background-color: #A2D3EC; }
a { background-color: rgb(162,211,236); }
div.DivClassName
{
background-color: #A2D3EC;
}
.BgClassName
{
background-color: #A2D3EC;
}
</style>
border-color css
<style>
span { border-color: #A2D3EC; }
span { border-color: rgb(162,211,236); }
td.TdClassName
{
border-color: #A2D3EC;
}
.TagClassName
{
border-color: #A2D3EC;
}
</style>