Shades of Sail #AFCFE4
Tints of Sail #AFCFE4
RGB
CMYK
RGB Variations
Color information
#AFCFE4 (or 0xAFCFE4) is known color: Sail. HEX triplet: AF, CF and E4. RGB value is (175,207,228). Sum of RGB (Red+Green+Blue) = 175+207+228=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFCFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFE4 is #50301B. Grayscale: #C7C7C7. Windows color (decimal): -5255196 or 14995375. OLE color: 14995375.
HSL color Cylindrical-coordinate representation of color #AFCFE4: hue angle of 203.77º degrees, saturation: 0.5, 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 #AFCFE4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 207 | 228 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.11 |
| HSL | 203.77º | 0.5% | 0.79% | - |
| HSV(B) | 203.77º | 0.23% | 0.89% | - |
| XYZ | 54 | 59.34 | 82.01 | - |
| YUV | 199.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 228 | 0.23 | 0.09 | 0 | 0.11 | 203.77 | 0.5 | 0.79 |
| Hex | AF | CF | E4 | 17 | 9 | 0 | B | CC | 32 | 4F |
| Octal | 257 | 317 | 344 | 27 | 11 | 0 | 13 | 314 | 62 | 117 |
| Binary | 10101111 | 11001111 | 11100100 | 10111 | 1001 | 0 | 1011 | 11001100 | 110010 | 1001111 |
Color Harmonies of #AFCFE4
Complementary color
Monochromatic Colors of #AFCFE4
Black with #AFCFE4
Text Example
Text Example
White with #AFCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFE4; }
p { color: rgb(175,207,228); }
H1.HeaderClassName
{
color: #AFCFE4;
}
.AnyTagClassName
{
color: #AFCFE4;
}
</style>
background-color css
<style>
a { background-color: #AFCFE4; }
a { background-color: rgb(175,207,228); }
div.DivClassName
{
background-color: #AFCFE4;
}
.BgClassName
{
background-color: #AFCFE4;
}
</style>
border-color css
<style>
span { border-color: #AFCFE4; }
span { border-color: rgb(175,207,228); }
td.TdClassName
{
border-color: #AFCFE4;
}
.TagClassName
{
border-color: #AFCFE4;
}
</style>