Shades of Sail #A0CCED
Tints of Sail #A0CCED
RGB
CMYK
RGB Variations
Color information
#A0CCED (or 0xA0CCED) is known color: Sail. HEX triplet: A0, CC and ED. RGB value is (160,204,237). Sum of RGB (Red+Green+Blue) = 160+204+237=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCED is #5F3312. Grayscale: #C2C2C2. Windows color (decimal): -6238995 or 15584416. OLE color: 15584416.
HSL color Cylindrical-coordinate representation of color #A0CCED: hue angle of 205.71º 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 #A0CCED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 160 | 204 | 237 | - |
CMYK | 0.32 | 0.14 | 0 | 0.07 |
HSL | 205.71º | 0.68% | 0.78% | - |
HSV(B) | 205.71º | 0.32% | 0.93% | - |
XYZ | 51.38 | 56.77 | 88.37 | - |
YUV | 194.61 | 151.92 | 103.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 204 | 237 | 0.32 | 0.14 | 0 | 0.07 | 205.71 | 0.68 | 0.78 |
Hex | A0 | CC | ED | 20 | E | 0 | 7 | CE | 44 | 4E |
Octal | 240 | 314 | 355 | 40 | 16 | 0 | 7 | 316 | 104 | 116 |
Binary | 10100000 | 11001100 | 11101101 | 100000 | 1110 | 0 | 111 | 11001110 | 1000100 | 1001110 |
Color Harmonies of #A0CCED
Complementary color
Monochromatic Colors of #A0CCED
Black with #A0CCED
Text Example
Text Example
White with #A0CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCED; }
p { color: rgb(160,204,237); }
H1.HeaderClassName
{
color: #A0CCED;
}
.AnyTagClassName
{
color: #A0CCED;
}
</style>
background-color css
<style>
a { background-color: #A0CCED; }
a { background-color: rgb(160,204,237); }
div.DivClassName
{
background-color: #A0CCED;
}
.BgClassName
{
background-color: #A0CCED;
}
</style>
border-color css
<style>
span { border-color: #A0CCED; }
span { border-color: rgb(160,204,237); }
td.TdClassName
{
border-color: #A0CCED;
}
.TagClassName
{
border-color: #A0CCED;
}
</style>