Shades of Sail #A4D0EE
Tints of Sail #A4D0EE
RGB
CMYK
RGB Variations
Color information
#A4D0EE (or 0xA4D0EE) is known color: Sail. HEX triplet: A4, D0 and EE. RGB value is (164,208,238). Sum of RGB (Red+Green+Blue) = 164+208+238=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4D0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D0EE is #5B2F11. Grayscale: #C6C6C6. Windows color (decimal): -5975826 or 15650980. OLE color: 15650980.
HSL color Cylindrical-coordinate representation of color #A4D0EE: hue angle of 204.32º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4D0EE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 208 | 238 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.07 |
| HSL | 204.32º | 0.69% | 0.79% | - |
| HSV(B) | 204.32º | 0.31% | 0.93% | - |
| XYZ | 53.3 | 59.18 | 89.5 | - |
| YUV | 198.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 238 | 0.31 | 0.13 | 0 | 0.07 | 204.32 | 0.69 | 0.79 |
| Hex | A4 | D0 | EE | 1F | D | 0 | 7 | CC | 45 | 4F |
| Octal | 244 | 320 | 356 | 37 | 15 | 0 | 7 | 314 | 105 | 117 |
| Binary | 10100100 | 11010000 | 11101110 | 11111 | 1101 | 0 | 111 | 11001100 | 1000101 | 1001111 |
Color Harmonies of #A4D0EE
Complementary color
Monochromatic Colors of #A4D0EE
Black with #A4D0EE
Text Example
Text Example
White with #A4D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0EE; }
p { color: rgb(164,208,238); }
H1.HeaderClassName
{
color: #A4D0EE;
}
.AnyTagClassName
{
color: #A4D0EE;
}
</style>
background-color css
<style>
a { background-color: #A4D0EE; }
a { background-color: rgb(164,208,238); }
div.DivClassName
{
background-color: #A4D0EE;
}
.BgClassName
{
background-color: #A4D0EE;
}
</style>
border-color css
<style>
span { border-color: #A4D0EE; }
span { border-color: rgb(164,208,238); }
td.TdClassName
{
border-color: #A4D0EE;
}
.TagClassName
{
border-color: #A4D0EE;
}
</style>