Shades of Sail #A9CDEB
Tints of Sail #A9CDEB
RGB
CMYK
RGB Variations
Color information
#A9CDEB (or 0xA9CDEB) is known color: Sail. HEX triplet: A9, CD and EB. RGB value is (169,205,235). Sum of RGB (Red+Green+Blue) = 169+205+235=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CDEB is #563214. Grayscale: #C5C5C5. Windows color (decimal): -5648917 or 15453609. OLE color: 15453609.
HSL color Cylindrical-coordinate representation of color #A9CDEB: hue angle of 207.27º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9CDEB is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 205 | 235 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.08 |
| HSL | 207.27º | 0.62% | 0.79% | - |
| HSV(B) | 207.27º | 0.28% | 0.92% | - |
| XYZ | 53.19 | 58.1 | 87.01 | - |
| YUV | 197.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 235 | 0.28 | 0.13 | 0 | 0.08 | 207.27 | 0.62 | 0.79 |
| Hex | A9 | CD | EB | 1C | D | 0 | 8 | CF | 3E | 4F |
| Octal | 251 | 315 | 353 | 34 | 15 | 0 | 10 | 317 | 76 | 117 |
| Binary | 10101001 | 11001101 | 11101011 | 11100 | 1101 | 0 | 1000 | 11001111 | 111110 | 1001111 |
Color Harmonies of #A9CDEB
Complementary color
Monochromatic Colors of #A9CDEB
Black with #A9CDEB
Text Example
Text Example
White with #A9CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CDEB; }
p { color: rgb(169,205,235); }
H1.HeaderClassName
{
color: #A9CDEB;
}
.AnyTagClassName
{
color: #A9CDEB;
}
</style>
background-color css
<style>
a { background-color: #A9CDEB; }
a { background-color: rgb(169,205,235); }
div.DivClassName
{
background-color: #A9CDEB;
}
.BgClassName
{
background-color: #A9CDEB;
}
</style>
border-color css
<style>
span { border-color: #A9CDEB; }
span { border-color: rgb(169,205,235); }
td.TdClassName
{
border-color: #A9CDEB;
}
.TagClassName
{
border-color: #A9CDEB;
}
</style>