Shades of Sail #A3CCF2
Tints of Sail #A3CCF2
RGB
CMYK
RGB Variations
Color information
#A3CCF2 (or 0xA3CCF2) is known color: Sail. HEX triplet: A3, CC and F2. RGB value is (163,204,242). Sum of RGB (Red+Green+Blue) = 163+204+242=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCF2 is #5C330D. Grayscale: #C3C3C3. Windows color (decimal): -6042382 or 15912099. OLE color: 15912099.
HSL color Cylindrical-coordinate representation of color #A3CCF2: hue angle of 208.86º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3CCF2 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 204 | 242 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.05 |
| HSL | 208.86º | 0.75% | 0.79% | - |
| HSV(B) | 208.86º | 0.33% | 0.95% | - |
| XYZ | 52.72 | 57.38 | 92.3 | - |
| YUV | 196.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 242 | 0.33 | 0.16 | 0 | 0.05 | 208.86 | 0.75 | 0.79 |
| Hex | A3 | CC | F2 | 21 | 10 | 0 | 5 | D1 | 4B | 4F |
| Octal | 243 | 314 | 362 | 41 | 20 | 0 | 5 | 321 | 113 | 117 |
| Binary | 10100011 | 11001100 | 11110010 | 100001 | 10000 | 0 | 101 | 11010001 | 1001011 | 1001111 |
Color Harmonies of #A3CCF2
Complementary color
Monochromatic Colors of #A3CCF2
Black with #A3CCF2
Text Example
Text Example
White with #A3CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCF2; }
p { color: rgb(163,204,242); }
H1.HeaderClassName
{
color: #A3CCF2;
}
.AnyTagClassName
{
color: #A3CCF2;
}
</style>
background-color css
<style>
a { background-color: #A3CCF2; }
a { background-color: rgb(163,204,242); }
div.DivClassName
{
background-color: #A3CCF2;
}
.BgClassName
{
background-color: #A3CCF2;
}
</style>
border-color css
<style>
span { border-color: #A3CCF2; }
span { border-color: rgb(163,204,242); }
td.TdClassName
{
border-color: #A3CCF2;
}
.TagClassName
{
border-color: #A3CCF2;
}
</style>