Shades of Sail #AFCFE5
Tints of Sail #AFCFE5
RGB
CMYK
RGB Variations
Color information
#AFCFE5 (or 0xAFCFE5) is known color: Sail. HEX triplet: AF, CF and E5. RGB value is (175,207,229). Sum of RGB (Red+Green+Blue) = 175+207+229=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFCFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFE5 is #50301A. Grayscale: #C7C7C7. Windows color (decimal): -5255195 or 15060911. OLE color: 15060911.
HSL color Cylindrical-coordinate representation of color #AFCFE5: hue angle of 204.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCFE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 207 | 229 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.10 |
| HSL | 204.44º | 0.51% | 0.79% | - |
| HSV(B) | 204.44º | 0.24% | 0.9% | - |
| XYZ | 54.13 | 59.4 | 82.74 | - |
| YUV | 199.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 229 | 0.24 | 0.10 | 0 | 0.10 | 204.44 | 0.51 | 0.79 |
| Hex | AF | CF | E5 | 18 | A | 0 | A | CC | 33 | 4F |
| Octal | 257 | 317 | 345 | 30 | 12 | 0 | 12 | 314 | 63 | 117 |
| Binary | 10101111 | 11001111 | 11100101 | 11000 | 1010 | 0 | 1010 | 11001100 | 110011 | 1001111 |
Color Harmonies of #AFCFE5
Complementary color
Monochromatic Colors of #AFCFE5
Black with #AFCFE5
Text Example
Text Example
White with #AFCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFE5; }
p { color: rgb(175,207,229); }
H1.HeaderClassName
{
color: #AFCFE5;
}
.AnyTagClassName
{
color: #AFCFE5;
}
</style>
background-color css
<style>
a { background-color: #AFCFE5; }
a { background-color: rgb(175,207,229); }
div.DivClassName
{
background-color: #AFCFE5;
}
.BgClassName
{
background-color: #AFCFE5;
}
</style>
border-color css
<style>
span { border-color: #AFCFE5; }
span { border-color: rgb(175,207,229); }
td.TdClassName
{
border-color: #AFCFE5;
}
.TagClassName
{
border-color: #AFCFE5;
}
</style>