Shades of Sail #A0CCF2
Tints of Sail #A0CCF2
RGB
CMYK
RGB Variations
Color information
#A0CCF2 (or 0xA0CCF2) is known color: Sail. HEX triplet: A0, CC and F2. RGB value is (160,204,242). Sum of RGB (Red+Green+Blue) = 160+204+242=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCF2 is #5F330D. Grayscale: #C2C2C2. Windows color (decimal): -6238990 or 15912096. OLE color: 15912096.
HSL color Cylindrical-coordinate representation of color #A0CCF2: hue angle of 207.8º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CCF2 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 204 | 242 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.05 |
| HSL | 207.8º | 0.76% | 0.79% | - |
| HSV(B) | 207.8º | 0.34% | 0.95% | - |
| XYZ | 52.12 | 57.07 | 92.27 | - |
| YUV | 195.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 242 | 0.34 | 0.16 | 0 | 0.05 | 207.8 | 0.76 | 0.79 |
| Hex | A0 | CC | F2 | 22 | 10 | 0 | 5 | D0 | 4C | 4F |
| Octal | 240 | 314 | 362 | 42 | 20 | 0 | 5 | 320 | 114 | 117 |
| Binary | 10100000 | 11001100 | 11110010 | 100010 | 10000 | 0 | 101 | 11010000 | 1001100 | 1001111 |
Color Harmonies of #A0CCF2
Complementary color
Monochromatic Colors of #A0CCF2
Black with #A0CCF2
Text Example
Text Example
White with #A0CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCF2; }
p { color: rgb(160,204,242); }
H1.HeaderClassName
{
color: #A0CCF2;
}
.AnyTagClassName
{
color: #A0CCF2;
}
</style>
background-color css
<style>
a { background-color: #A0CCF2; }
a { background-color: rgb(160,204,242); }
div.DivClassName
{
background-color: #A0CCF2;
}
.BgClassName
{
background-color: #A0CCF2;
}
</style>
border-color css
<style>
span { border-color: #A0CCF2; }
span { border-color: rgb(160,204,242); }
td.TdClassName
{
border-color: #A0CCF2;
}
.TagClassName
{
border-color: #A0CCF2;
}
</style>