Shades of Sail #AFCDE4
Tints of Sail #AFCDE4
RGB
CMYK
RGB Variations
Color information
#AFCDE4 (or 0xAFCDE4) is known color: Sail. HEX triplet: AF, CD and E4. RGB value is (175,205,228). Sum of RGB (Red+Green+Blue) = 175+205+228=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFCDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDE4 is #50321B. Grayscale: #C6C6C6. Windows color (decimal): -5255708 or 14994863. OLE color: 14994863.
HSL color Cylindrical-coordinate representation of color #AFCDE4: hue angle of 206.04º 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 #AFCDE4 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 205 | 228 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.11 |
| HSL | 206.04º | 0.5% | 0.79% | - |
| HSV(B) | 206.04º | 0.23% | 0.89% | - |
| XYZ | 53.51 | 58.38 | 81.85 | - |
| YUV | 198.65 | 144.56 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 228 | 0.23 | 0.10 | 0 | 0.11 | 206.04 | 0.5 | 0.79 |
| Hex | AF | CD | E4 | 17 | A | 0 | B | CE | 32 | 4F |
| Octal | 257 | 315 | 344 | 27 | 12 | 0 | 13 | 316 | 62 | 117 |
| Binary | 10101111 | 11001101 | 11100100 | 10111 | 1010 | 0 | 1011 | 11001110 | 110010 | 1001111 |
Color Harmonies of #AFCDE4
Complementary color
Monochromatic Colors of #AFCDE4
Black with #AFCDE4
Text Example
Text Example
White with #AFCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDE4; }
p { color: rgb(175,205,228); }
H1.HeaderClassName
{
color: #AFCDE4;
}
.AnyTagClassName
{
color: #AFCDE4;
}
</style>
background-color css
<style>
a { background-color: #AFCDE4; }
a { background-color: rgb(175,205,228); }
div.DivClassName
{
background-color: #AFCDE4;
}
.BgClassName
{
background-color: #AFCDE4;
}
</style>
border-color css
<style>
span { border-color: #AFCDE4; }
span { border-color: rgb(175,205,228); }
td.TdClassName
{
border-color: #AFCDE4;
}
.TagClassName
{
border-color: #AFCDE4;
}
</style>