Shades of Sail #AFCDE3
Tints of Sail #AFCDE3
RGB
CMYK
RGB Variations
Color information
#AFCDE3 (or 0xAFCDE3) is known color: Sail. HEX triplet: AF, CD and E3. RGB value is (175,205,227). Sum of RGB (Red+Green+Blue) = 175+205+227=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFCDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDE3 is #50321C. Grayscale: #C6C6C6. Windows color (decimal): -5255709 or 14929327. OLE color: 14929327.
HSL color Cylindrical-coordinate representation of color #AFCDE3: hue angle of 205.38º 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 #AFCDE3 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 205 | 227 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.11 |
| HSL | 205.38º | 0.48% | 0.79% | - |
| HSV(B) | 205.38º | 0.23% | 0.89% | - |
| XYZ | 53.38 | 58.32 | 81.12 | - |
| YUV | 198.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 227 | 0.23 | 0.10 | 0 | 0.11 | 205.38 | 0.48 | 0.79 |
| Hex | AF | CD | E3 | 17 | A | 0 | B | CD | 30 | 4F |
| Octal | 257 | 315 | 343 | 27 | 12 | 0 | 13 | 315 | 60 | 117 |
| Binary | 10101111 | 11001101 | 11100011 | 10111 | 1010 | 0 | 1011 | 11001101 | 110000 | 1001111 |
Color Harmonies of #AFCDE3
Complementary color
Monochromatic Colors of #AFCDE3
Black with #AFCDE3
Text Example
Text Example
White with #AFCDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDE3; }
p { color: rgb(175,205,227); }
H1.HeaderClassName
{
color: #AFCDE3;
}
.AnyTagClassName
{
color: #AFCDE3;
}
</style>
background-color css
<style>
a { background-color: #AFCDE3; }
a { background-color: rgb(175,205,227); }
div.DivClassName
{
background-color: #AFCDE3;
}
.BgClassName
{
background-color: #AFCDE3;
}
</style>
border-color css
<style>
span { border-color: #AFCDE3; }
span { border-color: rgb(175,205,227); }
td.TdClassName
{
border-color: #AFCDE3;
}
.TagClassName
{
border-color: #AFCDE3;
}
</style>