Shades of Sail #AFD5EC
Tints of Sail #AFD5EC
RGB
CMYK
RGB Variations
Color information
#AFD5EC (or 0xAFD5EC) is known color: Sail. HEX triplet: AF, D5 and EC. RGB value is (175,213,236). Sum of RGB (Red+Green+Blue) = 175+213+236=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFD5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD5EC is #502A13. Grayscale: #CCCCCC. Windows color (decimal): -5253652 or 15521199. OLE color: 15521199.
HSL color Cylindrical-coordinate representation of color #AFD5EC: hue angle of 202.62º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD5EC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 213 | 236 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.07 |
| HSL | 202.62º | 0.62% | 0.81% | - |
| HSV(B) | 202.62º | 0.26% | 0.93% | - |
| XYZ | 56.61 | 62.76 | 88.49 | - |
| YUV | 204.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 236 | 0.26 | 0.10 | 0 | 0.07 | 202.62 | 0.62 | 0.81 |
| Hex | AF | D5 | EC | 1A | A | 0 | 7 | CB | 3E | 51 |
| Octal | 257 | 325 | 354 | 32 | 12 | 0 | 7 | 313 | 76 | 121 |
| Binary | 10101111 | 11010101 | 11101100 | 11010 | 1010 | 0 | 111 | 11001011 | 111110 | 1010001 |
Color Harmonies of #AFD5EC
Complementary color
Monochromatic Colors of #AFD5EC
Black with #AFD5EC
Text Example
Text Example
White with #AFD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD5EC; }
p { color: rgb(175,213,236); }
H1.HeaderClassName
{
color: #AFD5EC;
}
.AnyTagClassName
{
color: #AFD5EC;
}
</style>
background-color css
<style>
a { background-color: #AFD5EC; }
a { background-color: rgb(175,213,236); }
div.DivClassName
{
background-color: #AFD5EC;
}
.BgClassName
{
background-color: #AFD5EC;
}
</style>
border-color css
<style>
span { border-color: #AFD5EC; }
span { border-color: rgb(175,213,236); }
td.TdClassName
{
border-color: #AFD5EC;
}
.TagClassName
{
border-color: #AFD5EC;
}
</style>