Shades of Sail #A4CCE5
Tints of Sail #A4CCE5
RGB
CMYK
RGB Variations
Color information
#A4CCE5 (or 0xA4CCE5) is known color: Sail. HEX triplet: A4, CC and E5. RGB value is (164,204,229). Sum of RGB (Red+Green+Blue) = 164+204+229=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #A4CCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCE5 is #5B331A. Grayscale: #C2C2C2. Windows color (decimal): -5976859 or 15060132. OLE color: 15060132.
HSL color Cylindrical-coordinate representation of color #A4CCE5: hue angle of 203.08º degrees, saturation: 0.56, 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 #A4CCE5 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 204 | 229 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.10 |
| HSL | 203.08º | 0.56% | 0.77% | - |
| HSV(B) | 203.08º | 0.28% | 0.9% | - |
| XYZ | 51.05 | 56.74 | 82.39 | - |
| YUV | 194.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 229 | 0.28 | 0.11 | 0 | 0.10 | 203.08 | 0.56 | 0.77 |
| Hex | A4 | CC | E5 | 1C | B | 0 | A | CB | 38 | 4D |
| Octal | 244 | 314 | 345 | 34 | 13 | 0 | 12 | 313 | 70 | 115 |
| Binary | 10100100 | 11001100 | 11100101 | 11100 | 1011 | 0 | 1010 | 11001011 | 111000 | 1001101 |
Color Harmonies of #A4CCE5
Complementary color
Monochromatic Colors of #A4CCE5
Black with #A4CCE5
Text Example
Text Example
White with #A4CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CCE5; }
p { color: rgb(164,204,229); }
H1.HeaderClassName
{
color: #A4CCE5;
}
.AnyTagClassName
{
color: #A4CCE5;
}
</style>
background-color css
<style>
a { background-color: #A4CCE5; }
a { background-color: rgb(164,204,229); }
div.DivClassName
{
background-color: #A4CCE5;
}
.BgClassName
{
background-color: #A4CCE5;
}
</style>
border-color css
<style>
span { border-color: #A4CCE5; }
span { border-color: rgb(164,204,229); }
td.TdClassName
{
border-color: #A4CCE5;
}
.TagClassName
{
border-color: #A4CCE5;
}
</style>