Shades of Sail #AFCFE3
Tints of Sail #AFCFE3
RGB
CMYK
RGB Variations
Color information
#AFCFE3 (or 0xAFCFE3) is known color: Sail. HEX triplet: AF, CF and E3. RGB value is (175,207,227). Sum of RGB (Red+Green+Blue) = 175+207+227=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFCFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFE3 is #50301C. Grayscale: #C7C7C7. Windows color (decimal): -5255197 or 14929839. OLE color: 14929839.
HSL color Cylindrical-coordinate representation of color #AFCFE3: hue angle of 203.08º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFCFE3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 207 | 227 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.11 |
| HSL | 203.08º | 0.48% | 0.79% | - |
| HSV(B) | 203.08º | 0.23% | 0.89% | - |
| XYZ | 53.86 | 59.29 | 81.28 | - |
| YUV | 199.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 227 | 0.23 | 0.09 | 0 | 0.11 | 203.08 | 0.48 | 0.79 |
| Hex | AF | CF | E3 | 17 | 9 | 0 | B | CB | 30 | 4F |
| Octal | 257 | 317 | 343 | 27 | 11 | 0 | 13 | 313 | 60 | 117 |
| Binary | 10101111 | 11001111 | 11100011 | 10111 | 1001 | 0 | 1011 | 11001011 | 110000 | 1001111 |
Color Harmonies of #AFCFE3
Complementary color
Monochromatic Colors of #AFCFE3
Black with #AFCFE3
Text Example
Text Example
White with #AFCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFE3; }
p { color: rgb(175,207,227); }
H1.HeaderClassName
{
color: #AFCFE3;
}
.AnyTagClassName
{
color: #AFCFE3;
}
</style>
background-color css
<style>
a { background-color: #AFCFE3; }
a { background-color: rgb(175,207,227); }
div.DivClassName
{
background-color: #AFCFE3;
}
.BgClassName
{
background-color: #AFCFE3;
}
</style>
border-color css
<style>
span { border-color: #AFCFE3; }
span { border-color: rgb(175,207,227); }
td.TdClassName
{
border-color: #AFCFE3;
}
.TagClassName
{
border-color: #AFCFE3;
}
</style>