Shades of Sail #A0D4ED
Tints of Sail #A0D4ED
RGB
CMYK
RGB Variations
Color information
#A0D4ED (or 0xA0D4ED) is known color: Sail. HEX triplet: A0, D4 and ED. RGB value is (160,212,237). Sum of RGB (Red+Green+Blue) = 160+212+237=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0D4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D4ED is #5F2B12. Grayscale: #C7C7C7. Windows color (decimal): -6236947 or 15586464. OLE color: 15586464.
HSL color Cylindrical-coordinate representation of color #A0D4ED: hue angle of 199.48º 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 #A0D4ED is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 160 | 212 | 237 | - |
CMYK | 0.32 | 0.11 | 0 | 0.07 |
HSL | 199.48º | 0.68% | 0.78% | - |
HSV(B) | 199.48º | 0.32% | 0.93% | - |
XYZ | 53.33 | 60.67 | 89.02 | - |
YUV | 199.3 | 149.27 | 99.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 212 | 237 | 0.32 | 0.11 | 0 | 0.07 | 199.48 | 0.68 | 0.78 |
Hex | A0 | D4 | ED | 20 | B | 0 | 7 | C7 | 44 | 4E |
Octal | 240 | 324 | 355 | 40 | 13 | 0 | 7 | 307 | 104 | 116 |
Binary | 10100000 | 11010100 | 11101101 | 100000 | 1011 | 0 | 111 | 11000111 | 1000100 | 1001110 |
Color Harmonies of #A0D4ED
Complementary color
Monochromatic Colors of #A0D4ED
Black with #A0D4ED
Text Example
Text Example
White with #A0D4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D4ED; }
p { color: rgb(160,212,237); }
H1.HeaderClassName
{
color: #A0D4ED;
}
.AnyTagClassName
{
color: #A0D4ED;
}
</style>
background-color css
<style>
a { background-color: #A0D4ED; }
a { background-color: rgb(160,212,237); }
div.DivClassName
{
background-color: #A0D4ED;
}
.BgClassName
{
background-color: #A0D4ED;
}
</style>
border-color css
<style>
span { border-color: #A0D4ED; }
span { border-color: rgb(160,212,237); }
td.TdClassName
{
border-color: #A0D4ED;
}
.TagClassName
{
border-color: #A0D4ED;
}
</style>