Shades of Sail #A3D4EA
Tints of Sail #A3D4EA
RGB
CMYK
RGB Variations
Color information
#A3D4EA (or 0xA3D4EA) is known color: Sail. HEX triplet: A3, D4 and EA. RGB value is (163,212,234). Sum of RGB (Red+Green+Blue) = 163+212+234=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3D4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D4EA is #5C2B15. Grayscale: #C7C7C7. Windows color (decimal): -6040342 or 15389859. OLE color: 15389859.
HSL color Cylindrical-coordinate representation of color #A3D4EA: hue angle of 198.59º 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 #A3D4EA is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 212 | 234 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.08 |
| HSL | 198.59º | 0.63% | 0.78% | - |
| HSV(B) | 198.59º | 0.3% | 0.92% | - |
| XYZ | 53.5 | 60.81 | 86.76 | - |
| YUV | 199.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 212 | 234 | 0.30 | 0.09 | 0 | 0.08 | 198.59 | 0.63 | 0.78 |
| Hex | A3 | D4 | EA | 1E | 9 | 0 | 8 | C7 | 3F | 4E |
| Octal | 243 | 324 | 352 | 36 | 11 | 0 | 10 | 307 | 77 | 116 |
| Binary | 10100011 | 11010100 | 11101010 | 11110 | 1001 | 0 | 1000 | 11000111 | 111111 | 1001110 |
Color Harmonies of #A3D4EA
Complementary color
Monochromatic Colors of #A3D4EA
Black with #A3D4EA
Text Example
Text Example
White with #A3D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D4EA; }
p { color: rgb(163,212,234); }
H1.HeaderClassName
{
color: #A3D4EA;
}
.AnyTagClassName
{
color: #A3D4EA;
}
</style>
background-color css
<style>
a { background-color: #A3D4EA; }
a { background-color: rgb(163,212,234); }
div.DivClassName
{
background-color: #A3D4EA;
}
.BgClassName
{
background-color: #A3D4EA;
}
</style>
border-color css
<style>
span { border-color: #A3D4EA; }
span { border-color: rgb(163,212,234); }
td.TdClassName
{
border-color: #A3D4EA;
}
.TagClassName
{
border-color: #A3D4EA;
}
</style>