Shades of Sail #AFCDE1
Tints of Sail #AFCDE1
RGB
CMYK
RGB Variations
Color information
#AFCDE1 (or 0xAFCDE1) is known color: Sail. HEX triplet: AF, CD and E1. RGB value is (175,205,225). Sum of RGB (Red+Green+Blue) = 175+205+225=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDE1 is #50321E. Grayscale: #C6C6C6. Windows color (decimal): -5255711 or 14798255. OLE color: 14798255.
HSL color Cylindrical-coordinate representation of color #AFCDE1: hue angle of 204º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCDE1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 205 | 225 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.12 |
| HSL | 204º | 0.45% | 0.78% | - |
| HSV(B) | 204º | 0.22% | 0.88% | - |
| XYZ | 53.1 | 58.21 | 79.67 | - |
| YUV | 198.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 225 | 0.22 | 0.09 | 0 | 0.12 | 204 | 0.45 | 0.78 |
| Hex | AF | CD | E1 | 16 | 9 | 0 | C | CC | 2D | 4E |
| Octal | 257 | 315 | 341 | 26 | 11 | 0 | 14 | 314 | 55 | 116 |
| Binary | 10101111 | 11001101 | 11100001 | 10110 | 1001 | 0 | 1100 | 11001100 | 101101 | 1001110 |
Color Harmonies of #AFCDE1
Complementary color
Monochromatic Colors of #AFCDE1
Black with #AFCDE1
Text Example
Text Example
White with #AFCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDE1; }
p { color: rgb(175,205,225); }
H1.HeaderClassName
{
color: #AFCDE1;
}
.AnyTagClassName
{
color: #AFCDE1;
}
</style>
background-color css
<style>
a { background-color: #AFCDE1; }
a { background-color: rgb(175,205,225); }
div.DivClassName
{
background-color: #AFCDE1;
}
.BgClassName
{
background-color: #AFCDE1;
}
</style>
border-color css
<style>
span { border-color: #AFCDE1; }
span { border-color: rgb(175,205,225); }
td.TdClassName
{
border-color: #AFCDE1;
}
.TagClassName
{
border-color: #AFCDE1;
}
</style>