Shades of Sail #A2D1ED
Tints of Sail #A2D1ED
RGB
CMYK
RGB Variations
Color information
#A2D1ED (or 0xA2D1ED) is known color: Sail. HEX triplet: A2, D1 and ED. RGB value is (162,209,237). Sum of RGB (Red+Green+Blue) = 162+209+237=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2D1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D1ED is #5D2E12. Grayscale: #C5C5C5. Windows color (decimal): -6106643 or 15585698. OLE color: 15585698.
HSL color Cylindrical-coordinate representation of color #A2D1ED: hue angle of 202.4º 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 #A2D1ED is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 162 | 209 | 237 | - |
CMYK | 0.32 | 0.12 | 0 | 0.07 |
HSL | 202.4º | 0.68% | 0.78% | - |
HSV(B) | 202.4º | 0.32% | 0.93% | - |
XYZ | 52.99 | 59.4 | 88.79 | - |
YUV | 198.14 | 149.93 | 102.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 209 | 237 | 0.32 | 0.12 | 0 | 0.07 | 202.4 | 0.68 | 0.78 |
Hex | A2 | D1 | ED | 20 | C | 0 | 7 | CA | 44 | 4E |
Octal | 242 | 321 | 355 | 40 | 14 | 0 | 7 | 312 | 104 | 116 |
Binary | 10100010 | 11010001 | 11101101 | 100000 | 1100 | 0 | 111 | 11001010 | 1000100 | 1001110 |
Color Harmonies of #A2D1ED
Complementary color
Monochromatic Colors of #A2D1ED
Black with #A2D1ED
Text Example
Text Example
White with #A2D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1ED; }
p { color: rgb(162,209,237); }
H1.HeaderClassName
{
color: #A2D1ED;
}
.AnyTagClassName
{
color: #A2D1ED;
}
</style>
background-color css
<style>
a { background-color: #A2D1ED; }
a { background-color: rgb(162,209,237); }
div.DivClassName
{
background-color: #A2D1ED;
}
.BgClassName
{
background-color: #A2D1ED;
}
</style>
border-color css
<style>
span { border-color: #A2D1ED; }
span { border-color: rgb(162,209,237); }
td.TdClassName
{
border-color: #A2D1ED;
}
.TagClassName
{
border-color: #A2D1ED;
}
</style>