Shades of Sail #A3D0E7
Tints of Sail #A3D0E7
RGB
CMYK
RGB Variations
Color information
#A3D0E7 (or 0xA3D0E7) is known color: Sail. HEX triplet: A3, D0 and E7. RGB value is (163,208,231). Sum of RGB (Red+Green+Blue) = 163+208+231=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3D0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D0E7 is #5C2F18. Grayscale: #C5C5C5. Windows color (decimal): -6041369 or 15192227. OLE color: 15192227.
HSL color Cylindrical-coordinate representation of color #A3D0E7: hue angle of 200.29º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3D0E7 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 208 | 231 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.09 |
| HSL | 200.29º | 0.59% | 0.77% | - |
| HSV(B) | 200.29º | 0.29% | 0.91% | - |
| XYZ | 52.08 | 58.67 | 84.18 | - |
| YUV | 197.17 | 147.09 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 231 | 0.29 | 0.10 | 0 | 0.09 | 200.29 | 0.59 | 0.77 |
| Hex | A3 | D0 | E7 | 1D | A | 0 | 9 | C8 | 3B | 4D |
| Octal | 243 | 320 | 347 | 35 | 12 | 0 | 11 | 310 | 73 | 115 |
| Binary | 10100011 | 11010000 | 11100111 | 11101 | 1010 | 0 | 1001 | 11001000 | 111011 | 1001101 |
Color Harmonies of #A3D0E7
Complementary color
Monochromatic Colors of #A3D0E7
Black with #A3D0E7
Text Example
Text Example
White with #A3D0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D0E7; }
p { color: rgb(163,208,231); }
H1.HeaderClassName
{
color: #A3D0E7;
}
.AnyTagClassName
{
color: #A3D0E7;
}
</style>
background-color css
<style>
a { background-color: #A3D0E7; }
a { background-color: rgb(163,208,231); }
div.DivClassName
{
background-color: #A3D0E7;
}
.BgClassName
{
background-color: #A3D0E7;
}
</style>
border-color css
<style>
span { border-color: #A3D0E7; }
span { border-color: rgb(163,208,231); }
td.TdClassName
{
border-color: #A3D0E7;
}
.TagClassName
{
border-color: #A3D0E7;
}
</style>