Shades of Sail #A1CCF2
Tints of Sail #A1CCF2
RGB
CMYK
RGB Variations
Color information
#A1CCF2 (or 0xA1CCF2) is known color: Sail. HEX triplet: A1, CC and F2. RGB value is (161,204,242). Sum of RGB (Red+Green+Blue) = 161+204+242=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCF2 is #5E330D. Grayscale: #C3C3C3. Windows color (decimal): -6173454 or 15912097. OLE color: 15912097.
HSL color Cylindrical-coordinate representation of color #A1CCF2: hue angle of 208.15º degrees, saturation: 0.76, 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 #A1CCF2 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 204 | 242 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.05 |
| HSL | 208.15º | 0.76% | 0.79% | - |
| HSV(B) | 208.15º | 0.33% | 0.95% | - |
| XYZ | 52.32 | 57.17 | 92.28 | - |
| YUV | 195.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 242 | 0.33 | 0.16 | 0 | 0.05 | 208.15 | 0.76 | 0.79 |
| Hex | A1 | CC | F2 | 21 | 10 | 0 | 5 | D0 | 4C | 4F |
| Octal | 241 | 314 | 362 | 41 | 20 | 0 | 5 | 320 | 114 | 117 |
| Binary | 10100001 | 11001100 | 11110010 | 100001 | 10000 | 0 | 101 | 11010000 | 1001100 | 1001111 |
Color Harmonies of #A1CCF2
Complementary color
Monochromatic Colors of #A1CCF2
Black with #A1CCF2
Text Example
Text Example
White with #A1CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCF2; }
p { color: rgb(161,204,242); }
H1.HeaderClassName
{
color: #A1CCF2;
}
.AnyTagClassName
{
color: #A1CCF2;
}
</style>
background-color css
<style>
a { background-color: #A1CCF2; }
a { background-color: rgb(161,204,242); }
div.DivClassName
{
background-color: #A1CCF2;
}
.BgClassName
{
background-color: #A1CCF2;
}
</style>
border-color css
<style>
span { border-color: #A1CCF2; }
span { border-color: rgb(161,204,242); }
td.TdClassName
{
border-color: #A1CCF2;
}
.TagClassName
{
border-color: #A1CCF2;
}
</style>