Shades of Sail #A8CDEA
Tints of Sail #A8CDEA
RGB
CMYK
RGB Variations
Color information
#A8CDEA (or 0xA8CDEA) is known color: Sail. HEX triplet: A8, CD and EA. RGB value is (168,205,234). Sum of RGB (Red+Green+Blue) = 168+205+234=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 205 (80.47% from 255 or 33.77% 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 #A8CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CDEA is #573215. Grayscale: #C5C5C5. Windows color (decimal): -5714454 or 15388072. OLE color: 15388072.
HSL color Cylindrical-coordinate representation of color #A8CDEA: hue angle of 206.36º degrees, saturation: 0.61, 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 #A8CDEA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 205 | 234 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.08 |
| HSL | 206.36º | 0.61% | 0.79% | - |
| HSV(B) | 206.36º | 0.28% | 0.92% | - |
| XYZ | 52.83 | 57.93 | 86.24 | - |
| YUV | 197.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 234 | 0.28 | 0.12 | 0 | 0.08 | 206.36 | 0.61 | 0.79 |
| Hex | A8 | CD | EA | 1C | C | 0 | 8 | CE | 3D | 4F |
| Octal | 250 | 315 | 352 | 34 | 14 | 0 | 10 | 316 | 75 | 117 |
| Binary | 10101000 | 11001101 | 11101010 | 11100 | 1100 | 0 | 1000 | 11001110 | 111101 | 1001111 |
Color Harmonies of #A8CDEA
Complementary color
Monochromatic Colors of #A8CDEA
Black with #A8CDEA
Text Example
Text Example
White with #A8CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDEA; }
p { color: rgb(168,205,234); }
H1.HeaderClassName
{
color: #A8CDEA;
}
.AnyTagClassName
{
color: #A8CDEA;
}
</style>
background-color css
<style>
a { background-color: #A8CDEA; }
a { background-color: rgb(168,205,234); }
div.DivClassName
{
background-color: #A8CDEA;
}
.BgClassName
{
background-color: #A8CDEA;
}
</style>
border-color css
<style>
span { border-color: #A8CDEA; }
span { border-color: rgb(168,205,234); }
td.TdClassName
{
border-color: #A8CDEA;
}
.TagClassName
{
border-color: #A8CDEA;
}
</style>