Shades of Sail #A7CBE0
Tints of Sail #A7CBE0
RGB
CMYK
RGB Variations
Color information
#A7CBE0 (or 0xA7CBE0) is known color: Sail. HEX triplet: A7, CB and E0. RGB value is (167,203,224). Sum of RGB (Red+Green+Blue) = 167+203+224=594 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.11% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #A7CBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBE0 is #58341F. Grayscale: #C2C2C2. Windows color (decimal): -5780512 or 14732199. OLE color: 14732199.
HSL color Cylindrical-coordinate representation of color #A7CBE0: hue angle of 202.11º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7CBE0 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 203 | 224 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.12 |
| HSL | 202.11º | 0.48% | 0.77% | - |
| HSV(B) | 202.11º | 0.25% | 0.88% | - |
| XYZ | 50.75 | 56.31 | 78.72 | - |
| YUV | 194.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 224 | 0.25 | 0.09 | 0 | 0.12 | 202.11 | 0.48 | 0.77 |
| Hex | A7 | CB | E0 | 19 | 9 | 0 | C | CA | 30 | 4D |
| Octal | 247 | 313 | 340 | 31 | 11 | 0 | 14 | 312 | 60 | 115 |
| Binary | 10100111 | 11001011 | 11100000 | 11001 | 1001 | 0 | 1100 | 11001010 | 110000 | 1001101 |
Color Harmonies of #A7CBE0
Complementary color
Monochromatic Colors of #A7CBE0
Black with #A7CBE0
Text Example
Text Example
White with #A7CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CBE0; }
p { color: rgb(167,203,224); }
H1.HeaderClassName
{
color: #A7CBE0;
}
.AnyTagClassName
{
color: #A7CBE0;
}
</style>
background-color css
<style>
a { background-color: #A7CBE0; }
a { background-color: rgb(167,203,224); }
div.DivClassName
{
background-color: #A7CBE0;
}
.BgClassName
{
background-color: #A7CBE0;
}
</style>
border-color css
<style>
span { border-color: #A7CBE0; }
span { border-color: rgb(167,203,224); }
td.TdClassName
{
border-color: #A7CBE0;
}
.TagClassName
{
border-color: #A7CBE0;
}
</style>