Shades of Sail #A8D2EA
Tints of Sail #A8D2EA
RGB
CMYK
RGB Variations
Color information
#A8D2EA (or 0xA8D2EA) is known color: Sail. HEX triplet: A8, D2 and EA. RGB value is (168,210,234). Sum of RGB (Red+Green+Blue) = 168+210+234=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2EA is #572D15. Grayscale: #C8C8C8. Windows color (decimal): -5713174 or 15389352. OLE color: 15389352.
HSL color Cylindrical-coordinate representation of color #A8D2EA: hue angle of 201.82º 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 #A8D2EA is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 210 | 234 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.08 |
| HSL | 201.82º | 0.61% | 0.79% | - |
| HSV(B) | 201.82º | 0.28% | 0.92% | - |
| XYZ | 54.05 | 60.36 | 86.64 | - |
| YUV | 200.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 234 | 0.28 | 0.10 | 0 | 0.08 | 201.82 | 0.61 | 0.79 |
| Hex | A8 | D2 | EA | 1C | A | 0 | 8 | CA | 3D | 4F |
| Octal | 250 | 322 | 352 | 34 | 12 | 0 | 10 | 312 | 75 | 117 |
| Binary | 10101000 | 11010010 | 11101010 | 11100 | 1010 | 0 | 1000 | 11001010 | 111101 | 1001111 |
Color Harmonies of #A8D2EA
Complementary color
Monochromatic Colors of #A8D2EA
Black with #A8D2EA
Text Example
Text Example
White with #A8D2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2EA; }
p { color: rgb(168,210,234); }
H1.HeaderClassName
{
color: #A8D2EA;
}
.AnyTagClassName
{
color: #A8D2EA;
}
</style>
background-color css
<style>
a { background-color: #A8D2EA; }
a { background-color: rgb(168,210,234); }
div.DivClassName
{
background-color: #A8D2EA;
}
.BgClassName
{
background-color: #A8D2EA;
}
</style>
border-color css
<style>
span { border-color: #A8D2EA; }
span { border-color: rgb(168,210,234); }
td.TdClassName
{
border-color: #A8D2EA;
}
.TagClassName
{
border-color: #A8D2EA;
}
</style>