Shades of Sail #A4CDEA
Tints of Sail #A4CDEA
RGB
CMYK
RGB Variations
Color information
#A4CDEA (or 0xA4CDEA) is known color: Sail. HEX triplet: A4, CD and EA. RGB value is (164,205,234). Sum of RGB (Red+Green+Blue) = 164+205+234=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDEA is #5B3215. Grayscale: #C3C3C3. Windows color (decimal): -5976598 or 15388068. OLE color: 15388068.
HSL color Cylindrical-coordinate representation of color #A4CDEA: hue angle of 204.86º 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 #A4CDEA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 205 | 234 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.08 |
| HSL | 204.86º | 0.63% | 0.78% | - |
| HSV(B) | 204.86º | 0.3% | 0.92% | - |
| XYZ | 51.99 | 57.5 | 86.2 | - |
| YUV | 196.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 234 | 0.30 | 0.12 | 0 | 0.08 | 204.86 | 0.63 | 0.78 |
| Hex | A4 | CD | EA | 1E | C | 0 | 8 | CD | 3E | 4E |
| Octal | 244 | 315 | 352 | 36 | 14 | 0 | 10 | 315 | 76 | 116 |
| Binary | 10100100 | 11001101 | 11101010 | 11110 | 1100 | 0 | 1000 | 11001101 | 111110 | 1001110 |
Color Harmonies of #A4CDEA
Complementary color
Monochromatic Colors of #A4CDEA
Black with #A4CDEA
Text Example
Text Example
White with #A4CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDEA; }
p { color: rgb(164,205,234); }
H1.HeaderClassName
{
color: #A4CDEA;
}
.AnyTagClassName
{
color: #A4CDEA;
}
</style>
background-color css
<style>
a { background-color: #A4CDEA; }
a { background-color: rgb(164,205,234); }
div.DivClassName
{
background-color: #A4CDEA;
}
.BgClassName
{
background-color: #A4CDEA;
}
</style>
border-color css
<style>
span { border-color: #A4CDEA; }
span { border-color: rgb(164,205,234); }
td.TdClassName
{
border-color: #A4CDEA;
}
.TagClassName
{
border-color: #A4CDEA;
}
</style>