Shades of Sail #A4D1EA
Tints of Sail #A4D1EA
RGB
CMYK
RGB Variations
Color information
#A4D1EA (or 0xA4D1EA) is known color: Sail. HEX triplet: A4, D1 and EA. RGB value is (164,209,234). Sum of RGB (Red+Green+Blue) = 164+209+234=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D1EA is #5B2E15. Grayscale: #C6C6C6. Windows color (decimal): -5975574 or 15389092. OLE color: 15389092.
HSL color Cylindrical-coordinate representation of color #A4D1EA: hue angle of 201.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4D1EA is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 209 | 234 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.08 |
| HSL | 201.43º | 0.63% | 0.78% | - |
| HSV(B) | 201.43º | 0.3% | 0.92% | - |
| XYZ | 52.96 | 59.43 | 86.52 | - |
| YUV | 198.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 234 | 0.30 | 0.11 | 0 | 0.08 | 201.43 | 0.63 | 0.78 |
| Hex | A4 | D1 | EA | 1E | B | 0 | 8 | C9 | 3E | 4E |
| Octal | 244 | 321 | 352 | 36 | 13 | 0 | 10 | 311 | 76 | 116 |
| Binary | 10100100 | 11010001 | 11101010 | 11110 | 1011 | 0 | 1000 | 11001001 | 111110 | 1001110 |
Color Harmonies of #A4D1EA
Complementary color
Monochromatic Colors of #A4D1EA
Black with #A4D1EA
Text Example
Text Example
White with #A4D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D1EA; }
p { color: rgb(164,209,234); }
H1.HeaderClassName
{
color: #A4D1EA;
}
.AnyTagClassName
{
color: #A4D1EA;
}
</style>
background-color css
<style>
a { background-color: #A4D1EA; }
a { background-color: rgb(164,209,234); }
div.DivClassName
{
background-color: #A4D1EA;
}
.BgClassName
{
background-color: #A4D1EA;
}
</style>
border-color css
<style>
span { border-color: #A4D1EA; }
span { border-color: rgb(164,209,234); }
td.TdClassName
{
border-color: #A4D1EA;
}
.TagClassName
{
border-color: #A4D1EA;
}
</style>