Shades of Sail #A4CCE4
Tints of Sail #A4CCE4
RGB
CMYK
RGB Variations
Color information
#A4CCE4 (or 0xA4CCE4) is known color: Sail. HEX triplet: A4, CC and E4. RGB value is (164,204,228). Sum of RGB (Red+Green+Blue) = 164+204+228=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 228 - color contains mainly: blue. Hex color #A4CCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCE4 is #5B331B. Grayscale: #C2C2C2. Windows color (decimal): -5976860 or 14994596. OLE color: 14994596.
HSL color Cylindrical-coordinate representation of color #A4CCE4: hue angle of 202.5º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4CCE4 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 204 | 228 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.11 |
| HSL | 202.5º | 0.54% | 0.77% | - |
| HSV(B) | 202.5º | 0.28% | 0.89% | - |
| XYZ | 50.91 | 56.68 | 81.66 | - |
| YUV | 194.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 228 | 0.28 | 0.11 | 0 | 0.11 | 202.5 | 0.54 | 0.77 |
| Hex | A4 | CC | E4 | 1C | B | 0 | B | CA | 36 | 4D |
| Octal | 244 | 314 | 344 | 34 | 13 | 0 | 13 | 312 | 66 | 115 |
| Binary | 10100100 | 11001100 | 11100100 | 11100 | 1011 | 0 | 1011 | 11001010 | 110110 | 1001101 |
Color Harmonies of #A4CCE4
Complementary color
Monochromatic Colors of #A4CCE4
Black with #A4CCE4
Text Example
Text Example
White with #A4CCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CCE4; }
p { color: rgb(164,204,228); }
H1.HeaderClassName
{
color: #A4CCE4;
}
.AnyTagClassName
{
color: #A4CCE4;
}
</style>
background-color css
<style>
a { background-color: #A4CCE4; }
a { background-color: rgb(164,204,228); }
div.DivClassName
{
background-color: #A4CCE4;
}
.BgClassName
{
background-color: #A4CCE4;
}
</style>
border-color css
<style>
span { border-color: #A4CCE4; }
span { border-color: rgb(164,204,228); }
td.TdClassName
{
border-color: #A4CCE4;
}
.TagClassName
{
border-color: #A4CCE4;
}
</style>