Shades of Sail #A5CDEA
Tints of Sail #A5CDEA
RGB
CMYK
RGB Variations
Color information
#A5CDEA (or 0xA5CDEA) is known color: Sail. HEX triplet: A5, CD and EA. RGB value is (165,205,234). Sum of RGB (Red+Green+Blue) = 165+205+234=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDEA is #5A3215. Grayscale: #C4C4C4. Windows color (decimal): -5911062 or 15388069. OLE color: 15388069.
HSL color Cylindrical-coordinate representation of color #A5CDEA: hue angle of 205.22º 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 #A5CDEA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 205 | 234 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.08 |
| HSL | 205.22º | 0.62% | 0.78% | - |
| HSV(B) | 205.22º | 0.29% | 0.92% | - |
| XYZ | 52.2 | 57.6 | 86.21 | - |
| YUV | 196.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 234 | 0.29 | 0.12 | 0 | 0.08 | 205.22 | 0.62 | 0.78 |
| Hex | A5 | CD | EA | 1D | C | 0 | 8 | CD | 3E | 4E |
| Octal | 245 | 315 | 352 | 35 | 14 | 0 | 10 | 315 | 76 | 116 |
| Binary | 10100101 | 11001101 | 11101010 | 11101 | 1100 | 0 | 1000 | 11001101 | 111110 | 1001110 |
Color Harmonies of #A5CDEA
Complementary color
Monochromatic Colors of #A5CDEA
Black with #A5CDEA
Text Example
Text Example
White with #A5CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDEA; }
p { color: rgb(165,205,234); }
H1.HeaderClassName
{
color: #A5CDEA;
}
.AnyTagClassName
{
color: #A5CDEA;
}
</style>
background-color css
<style>
a { background-color: #A5CDEA; }
a { background-color: rgb(165,205,234); }
div.DivClassName
{
background-color: #A5CDEA;
}
.BgClassName
{
background-color: #A5CDEA;
}
</style>
border-color css
<style>
span { border-color: #A5CDEA; }
span { border-color: rgb(165,205,234); }
td.TdClassName
{
border-color: #A5CDEA;
}
.TagClassName
{
border-color: #A5CDEA;
}
</style>