Shades of Sail #A8D7F5
Tints of Sail #A8D7F5
RGB
CMYK
RGB Variations
Color information
#A8D7F5 (or 0xA8D7F5) is known color: Sail. HEX triplet: A8, D7 and F5. RGB value is (168,215,245). Sum of RGB (Red+Green+Blue) = 168+215+245=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #A8D7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D7F5 is #57280A. Grayscale: #CCCCCC. Windows color (decimal): -5711883 or 16111528. OLE color: 16111528.
HSL color Cylindrical-coordinate representation of color #A8D7F5: hue angle of 203.38º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8D7F5 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 215 | 245 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.04 |
| HSL | 203.38º | 0.79% | 0.81% | - |
| HSV(B) | 203.38º | 0.31% | 0.96% | - |
| XYZ | 56.93 | 63.52 | 95.65 | - |
| YUV | 204.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 245 | 0.31 | 0.12 | 0 | 0.04 | 203.38 | 0.79 | 0.81 |
| Hex | A8 | D7 | F5 | 1F | C | 0 | 4 | CB | 4F | 51 |
| Octal | 250 | 327 | 365 | 37 | 14 | 0 | 4 | 313 | 117 | 121 |
| Binary | 10101000 | 11010111 | 11110101 | 11111 | 1100 | 0 | 100 | 11001011 | 1001111 | 1010001 |
Color Harmonies of #A8D7F5
Complementary color
Monochromatic Colors of #A8D7F5
Black with #A8D7F5
Text Example
Text Example
White with #A8D7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7F5; }
p { color: rgb(168,215,245); }
H1.HeaderClassName
{
color: #A8D7F5;
}
.AnyTagClassName
{
color: #A8D7F5;
}
</style>
background-color css
<style>
a { background-color: #A8D7F5; }
a { background-color: rgb(168,215,245); }
div.DivClassName
{
background-color: #A8D7F5;
}
.BgClassName
{
background-color: #A8D7F5;
}
</style>
border-color css
<style>
span { border-color: #A8D7F5; }
span { border-color: rgb(168,215,245); }
td.TdClassName
{
border-color: #A8D7F5;
}
.TagClassName
{
border-color: #A8D7F5;
}
</style>