Shades of Sail #A7CDE4
Tints of Sail #A7CDE4
RGB
CMYK
RGB Variations
Color information
#A7CDE4 (or 0xA7CDE4) is known color: Sail. HEX triplet: A7, CD and E4. RGB value is (167,205,228). Sum of RGB (Red+Green+Blue) = 167+205+228=600 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #A7CDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDE4 is #58321B. Grayscale: #C4C4C4. Windows color (decimal): -5779996 or 14994855. OLE color: 14994855.
HSL color Cylindrical-coordinate representation of color #A7CDE4: hue angle of 202.62º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7CDE4 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 205 | 228 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.11 |
| HSL | 202.62º | 0.53% | 0.77% | - |
| HSV(B) | 202.62º | 0.27% | 0.89% | - |
| XYZ | 51.77 | 57.48 | 81.76 | - |
| YUV | 196.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 205 | 228 | 0.27 | 0.10 | 0 | 0.11 | 202.62 | 0.53 | 0.77 |
| Hex | A7 | CD | E4 | 1B | A | 0 | B | CB | 35 | 4D |
| Octal | 247 | 315 | 344 | 33 | 12 | 0 | 13 | 313 | 65 | 115 |
| Binary | 10100111 | 11001101 | 11100100 | 11011 | 1010 | 0 | 1011 | 11001011 | 110101 | 1001101 |
Color Harmonies of #A7CDE4
Complementary color
Monochromatic Colors of #A7CDE4
Black with #A7CDE4
Text Example
Text Example
White with #A7CDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CDE4; }
p { color: rgb(167,205,228); }
H1.HeaderClassName
{
color: #A7CDE4;
}
.AnyTagClassName
{
color: #A7CDE4;
}
</style>
background-color css
<style>
a { background-color: #A7CDE4; }
a { background-color: rgb(167,205,228); }
div.DivClassName
{
background-color: #A7CDE4;
}
.BgClassName
{
background-color: #A7CDE4;
}
</style>
border-color css
<style>
span { border-color: #A7CDE4; }
span { border-color: rgb(167,205,228); }
td.TdClassName
{
border-color: #A7CDE4;
}
.TagClassName
{
border-color: #A7CDE4;
}
</style>