Shades of Sail #A4CDEF
Tints of Sail #A4CDEF
RGB
CMYK
RGB Variations
Color information
#A4CDEF (or 0xA4CDEF) is known color: Sail. HEX triplet: A4, CD and EF. RGB value is (164,205,239). Sum of RGB (Red+Green+Blue) = 164+205+239=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDEF is #5B3210. Grayscale: #C4C4C4. Windows color (decimal): -5976593 or 15715748. OLE color: 15715748.
HSL color Cylindrical-coordinate representation of color #A4CDEF: hue angle of 207.2º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4CDEF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 205 | 239 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.06 |
| HSL | 207.2º | 0.7% | 0.79% | - |
| HSV(B) | 207.2º | 0.31% | 0.94% | - |
| XYZ | 52.72 | 57.79 | 90.04 | - |
| YUV | 196.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 239 | 0.31 | 0.14 | 0 | 0.06 | 207.2 | 0.7 | 0.79 |
| Hex | A4 | CD | EF | 1F | E | 0 | 6 | CF | 46 | 4F |
| Octal | 244 | 315 | 357 | 37 | 16 | 0 | 6 | 317 | 106 | 117 |
| Binary | 10100100 | 11001101 | 11101111 | 11111 | 1110 | 0 | 110 | 11001111 | 1000110 | 1001111 |
Color Harmonies of #A4CDEF
Complementary color
Monochromatic Colors of #A4CDEF
Black with #A4CDEF
Text Example
Text Example
White with #A4CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDEF; }
p { color: rgb(164,205,239); }
H1.HeaderClassName
{
color: #A4CDEF;
}
.AnyTagClassName
{
color: #A4CDEF;
}
</style>
background-color css
<style>
a { background-color: #A4CDEF; }
a { background-color: rgb(164,205,239); }
div.DivClassName
{
background-color: #A4CDEF;
}
.BgClassName
{
background-color: #A4CDEF;
}
</style>
border-color css
<style>
span { border-color: #A4CDEF; }
span { border-color: rgb(164,205,239); }
td.TdClassName
{
border-color: #A4CDEF;
}
.TagClassName
{
border-color: #A4CDEF;
}
</style>