Shades of Sail #A7CCE1
Tints of Sail #A7CCE1
RGB
CMYK
RGB Variations
Color information
#A7CCE1 (or 0xA7CCE1) is known color: Sail. HEX triplet: A7, CC and E1. RGB value is (167,204,225). Sum of RGB (Red+Green+Blue) = 167+204+225=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #A7CCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCE1 is #58331E. Grayscale: #C3C3C3. Windows color (decimal): -5780255 or 14797991. OLE color: 14797991.
HSL color Cylindrical-coordinate representation of color #A7CCE1: hue angle of 201.72º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7CCE1 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 204 | 225 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.12 |
| HSL | 201.72º | 0.49% | 0.77% | - |
| HSV(B) | 201.72º | 0.26% | 0.88% | - |
| XYZ | 51.12 | 56.84 | 79.51 | - |
| YUV | 195.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 204 | 225 | 0.26 | 0.09 | 0 | 0.12 | 201.72 | 0.49 | 0.77 |
| Hex | A7 | CC | E1 | 1A | 9 | 0 | C | CA | 31 | 4D |
| Octal | 247 | 314 | 341 | 32 | 11 | 0 | 14 | 312 | 61 | 115 |
| Binary | 10100111 | 11001100 | 11100001 | 11010 | 1001 | 0 | 1100 | 11001010 | 110001 | 1001101 |
Color Harmonies of #A7CCE1
Complementary color
Monochromatic Colors of #A7CCE1
Black with #A7CCE1
Text Example
Text Example
White with #A7CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CCE1; }
p { color: rgb(167,204,225); }
H1.HeaderClassName
{
color: #A7CCE1;
}
.AnyTagClassName
{
color: #A7CCE1;
}
</style>
background-color css
<style>
a { background-color: #A7CCE1; }
a { background-color: rgb(167,204,225); }
div.DivClassName
{
background-color: #A7CCE1;
}
.BgClassName
{
background-color: #A7CCE1;
}
</style>
border-color css
<style>
span { border-color: #A7CCE1; }
span { border-color: rgb(167,204,225); }
td.TdClassName
{
border-color: #A7CCE1;
}
.TagClassName
{
border-color: #A7CCE1;
}
</style>