Shades of Sail #A5C8E8
Tints of Sail #A5C8E8
RGB
CMYK
RGB Variations
Color information
#A5C8E8 (or 0xA5C8E8) is known color: Sail. HEX triplet: A5, C8 and E8. RGB value is (165,200,232). Sum of RGB (Red+Green+Blue) = 165+200+232=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5C8E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8E8 is #5A3717. Grayscale: #C1C1C1. Windows color (decimal): -5912344 or 15255717. OLE color: 15255717.
HSL color Cylindrical-coordinate representation of color #A5C8E8: hue angle of 208.66º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5C8E8 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 200 | 232 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.09 |
| HSL | 208.66º | 0.59% | 0.78% | - |
| HSV(B) | 208.66º | 0.29% | 0.91% | - |
| XYZ | 50.74 | 55.13 | 84.31 | - |
| YUV | 193.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 232 | 0.29 | 0.14 | 0 | 0.09 | 208.66 | 0.59 | 0.78 |
| Hex | A5 | C8 | E8 | 1D | E | 0 | 9 | D1 | 3B | 4E |
| Octal | 245 | 310 | 350 | 35 | 16 | 0 | 11 | 321 | 73 | 116 |
| Binary | 10100101 | 11001000 | 11101000 | 11101 | 1110 | 0 | 1001 | 11010001 | 111011 | 1001110 |
Color Harmonies of #A5C8E8
Complementary color
Monochromatic Colors of #A5C8E8
Black with #A5C8E8
Text Example
Text Example
White with #A5C8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8E8; }
p { color: rgb(165,200,232); }
H1.HeaderClassName
{
color: #A5C8E8;
}
.AnyTagClassName
{
color: #A5C8E8;
}
</style>
background-color css
<style>
a { background-color: #A5C8E8; }
a { background-color: rgb(165,200,232); }
div.DivClassName
{
background-color: #A5C8E8;
}
.BgClassName
{
background-color: #A5C8E8;
}
</style>
border-color css
<style>
span { border-color: #A5C8E8; }
span { border-color: rgb(165,200,232); }
td.TdClassName
{
border-color: #A5C8E8;
}
.TagClassName
{
border-color: #A5C8E8;
}
</style>