Shades of Sail #A3D0EA
Tints of Sail #A3D0EA
RGB
CMYK
RGB Variations
Color information
#A3D0EA (or 0xA3D0EA) is known color: Sail. HEX triplet: A3, D0 and EA. RGB value is (163,208,234). Sum of RGB (Red+Green+Blue) = 163+208+234=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D0EA is #5C2F15. Grayscale: #C5C5C5. Windows color (decimal): -6041366 or 15388835. OLE color: 15388835.
HSL color Cylindrical-coordinate representation of color #A3D0EA: hue angle of 201.97º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3D0EA is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 208 | 234 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.08 |
| HSL | 201.97º | 0.63% | 0.78% | - |
| HSV(B) | 201.97º | 0.3% | 0.92% | - |
| XYZ | 52.51 | 58.84 | 86.43 | - |
| YUV | 197.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 234 | 0.30 | 0.11 | 0 | 0.08 | 201.97 | 0.63 | 0.78 |
| Hex | A3 | D0 | EA | 1E | B | 0 | 8 | CA | 3F | 4E |
| Octal | 243 | 320 | 352 | 36 | 13 | 0 | 10 | 312 | 77 | 116 |
| Binary | 10100011 | 11010000 | 11101010 | 11110 | 1011 | 0 | 1000 | 11001010 | 111111 | 1001110 |
Color Harmonies of #A3D0EA
Complementary color
Monochromatic Colors of #A3D0EA
Black with #A3D0EA
Text Example
Text Example
White with #A3D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D0EA; }
p { color: rgb(163,208,234); }
H1.HeaderClassName
{
color: #A3D0EA;
}
.AnyTagClassName
{
color: #A3D0EA;
}
</style>
background-color css
<style>
a { background-color: #A3D0EA; }
a { background-color: rgb(163,208,234); }
div.DivClassName
{
background-color: #A3D0EA;
}
.BgClassName
{
background-color: #A3D0EA;
}
</style>
border-color css
<style>
span { border-color: #A3D0EA; }
span { border-color: rgb(163,208,234); }
td.TdClassName
{
border-color: #A3D0EA;
}
.TagClassName
{
border-color: #A3D0EA;
}
</style>