Shades of Sail #A5CFEA
Tints of Sail #A5CFEA
RGB
CMYK
RGB Variations
Color information
#A5CFEA (or 0xA5CFEA) is known color: Sail. HEX triplet: A5, CF and EA. RGB value is (165,207,234). Sum of RGB (Red+Green+Blue) = 165+207+234=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CFEA is #5A3015. Grayscale: #C5C5C5. Windows color (decimal): -5910550 or 15388581. OLE color: 15388581.
HSL color Cylindrical-coordinate representation of color #A5CFEA: hue angle of 203.48º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CFEA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 207 | 234 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.08 |
| HSL | 203.48º | 0.62% | 0.78% | - |
| HSV(B) | 203.48º | 0.29% | 0.92% | - |
| XYZ | 52.68 | 58.57 | 86.37 | - |
| YUV | 197.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 234 | 0.29 | 0.12 | 0 | 0.08 | 203.48 | 0.62 | 0.78 |
| Hex | A5 | CF | EA | 1D | C | 0 | 8 | CB | 3E | 4E |
| Octal | 245 | 317 | 352 | 35 | 14 | 0 | 10 | 313 | 76 | 116 |
| Binary | 10100101 | 11001111 | 11101010 | 11101 | 1100 | 0 | 1000 | 11001011 | 111110 | 1001110 |
Color Harmonies of #A5CFEA
Complementary color
Monochromatic Colors of #A5CFEA
Black with #A5CFEA
Text Example
Text Example
White with #A5CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CFEA; }
p { color: rgb(165,207,234); }
H1.HeaderClassName
{
color: #A5CFEA;
}
.AnyTagClassName
{
color: #A5CFEA;
}
</style>
background-color css
<style>
a { background-color: #A5CFEA; }
a { background-color: rgb(165,207,234); }
div.DivClassName
{
background-color: #A5CFEA;
}
.BgClassName
{
background-color: #A5CFEA;
}
</style>
border-color css
<style>
span { border-color: #A5CFEA; }
span { border-color: rgb(165,207,234); }
td.TdClassName
{
border-color: #A5CFEA;
}
.TagClassName
{
border-color: #A5CFEA;
}
</style>