Shades of Sail #A5CCE5
Tints of Sail #A5CCE5
RGB
CMYK
RGB Variations
Color information
#A5CCE5 (or 0xA5CCE5) is known color: Sail. HEX triplet: A5, CC and E5. RGB value is (165,204,229). Sum of RGB (Red+Green+Blue) = 165+204+229=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5CCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCE5 is #5A331A. Grayscale: #C3C3C3. Windows color (decimal): -5911323 or 15060133. OLE color: 15060133.
HSL color Cylindrical-coordinate representation of color #A5CCE5: hue angle of 203.44º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5CCE5 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 204 | 229 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.10 |
| HSL | 203.44º | 0.55% | 0.77% | - |
| HSV(B) | 203.44º | 0.28% | 0.9% | - |
| XYZ | 51.25 | 56.84 | 82.4 | - |
| YUV | 195.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 229 | 0.28 | 0.11 | 0 | 0.10 | 203.44 | 0.55 | 0.77 |
| Hex | A5 | CC | E5 | 1C | B | 0 | A | CB | 37 | 4D |
| Octal | 245 | 314 | 345 | 34 | 13 | 0 | 12 | 313 | 67 | 115 |
| Binary | 10100101 | 11001100 | 11100101 | 11100 | 1011 | 0 | 1010 | 11001011 | 110111 | 1001101 |
Color Harmonies of #A5CCE5
Complementary color
Monochromatic Colors of #A5CCE5
Black with #A5CCE5
Text Example
Text Example
White with #A5CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCE5; }
p { color: rgb(165,204,229); }
H1.HeaderClassName
{
color: #A5CCE5;
}
.AnyTagClassName
{
color: #A5CCE5;
}
</style>
background-color css
<style>
a { background-color: #A5CCE5; }
a { background-color: rgb(165,204,229); }
div.DivClassName
{
background-color: #A5CCE5;
}
.BgClassName
{
background-color: #A5CCE5;
}
</style>
border-color css
<style>
span { border-color: #A5CCE5; }
span { border-color: rgb(165,204,229); }
td.TdClassName
{
border-color: #A5CCE5;
}
.TagClassName
{
border-color: #A5CCE5;
}
</style>