Shades of Sail #AFD0E7
Tints of Sail #AFD0E7
RGB
CMYK
RGB Variations
Color information
#AFD0E7 (or 0xAFD0E7) is known color: Sail. HEX triplet: AF, D0 and E7. RGB value is (175,208,231). Sum of RGB (Red+Green+Blue) = 175+208+231=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFD0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD0E7 is #502F18. Grayscale: #C8C8C8. Windows color (decimal): -5254937 or 15192239. OLE color: 15192239.
HSL color Cylindrical-coordinate representation of color #AFD0E7: hue angle of 204.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD0E7 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 208 | 231 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.09 |
| HSL | 204.64º | 0.54% | 0.8% | - |
| HSV(B) | 204.64º | 0.24% | 0.91% | - |
| XYZ | 54.66 | 60 | 84.3 | - |
| YUV | 200.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 231 | 0.24 | 0.10 | 0 | 0.09 | 204.64 | 0.54 | 0.8 |
| Hex | AF | D0 | E7 | 18 | A | 0 | 9 | CD | 36 | 50 |
| Octal | 257 | 320 | 347 | 30 | 12 | 0 | 11 | 315 | 66 | 120 |
| Binary | 10101111 | 11010000 | 11100111 | 11000 | 1010 | 0 | 1001 | 11001101 | 110110 | 1010000 |
Color Harmonies of #AFD0E7
Complementary color
Monochromatic Colors of #AFD0E7
Black with #AFD0E7
Text Example
Text Example
White with #AFD0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD0E7; }
p { color: rgb(175,208,231); }
H1.HeaderClassName
{
color: #AFD0E7;
}
.AnyTagClassName
{
color: #AFD0E7;
}
</style>
background-color css
<style>
a { background-color: #AFD0E7; }
a { background-color: rgb(175,208,231); }
div.DivClassName
{
background-color: #AFD0E7;
}
.BgClassName
{
background-color: #AFD0E7;
}
</style>
border-color css
<style>
span { border-color: #AFD0E7; }
span { border-color: rgb(175,208,231); }
td.TdClassName
{
border-color: #AFD0E7;
}
.TagClassName
{
border-color: #AFD0E7;
}
</style>