Shades of Sail #A5C8DE
Tints of Sail #A5C8DE
RGB
CMYK
RGB Variations
Color information
#A5C8DE (or 0xA5C8DE) is known color: Sail. HEX triplet: A5, C8 and DE. RGB value is (165,200,222). Sum of RGB (Red+Green+Blue) = 165+200+222=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8DE is #5A3721. Grayscale: #BFBFBF. Windows color (decimal): -5912354 or 14600357. OLE color: 14600357.
HSL color Cylindrical-coordinate representation of color #A5C8DE: hue angle of 203.16º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5C8DE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 200 | 222 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.13 |
| HSL | 203.16º | 0.46% | 0.76% | - |
| HSV(B) | 203.16º | 0.26% | 0.87% | - |
| XYZ | 49.36 | 54.58 | 77.04 | - |
| YUV | 192.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 222 | 0.26 | 0.10 | 0 | 0.13 | 203.16 | 0.46 | 0.76 |
| Hex | A5 | C8 | DE | 1A | A | 0 | D | CB | 2E | 4C |
| Octal | 245 | 310 | 336 | 32 | 12 | 0 | 15 | 313 | 56 | 114 |
| Binary | 10100101 | 11001000 | 11011110 | 11010 | 1010 | 0 | 1101 | 11001011 | 101110 | 1001100 |
Color Harmonies of #A5C8DE
Complementary color
Monochromatic Colors of #A5C8DE
Black with #A5C8DE
Text Example
Text Example
White with #A5C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8DE; }
p { color: rgb(165,200,222); }
H1.HeaderClassName
{
color: #A5C8DE;
}
.AnyTagClassName
{
color: #A5C8DE;
}
</style>
background-color css
<style>
a { background-color: #A5C8DE; }
a { background-color: rgb(165,200,222); }
div.DivClassName
{
background-color: #A5C8DE;
}
.BgClassName
{
background-color: #A5C8DE;
}
</style>
border-color css
<style>
span { border-color: #A5C8DE; }
span { border-color: rgb(165,200,222); }
td.TdClassName
{
border-color: #A5C8DE;
}
.TagClassName
{
border-color: #A5C8DE;
}
</style>