Shades of Sail #AFCDDF
Tints of Sail #AFCDDF
RGB
CMYK
RGB Variations
Color information
#AFCDDF (or 0xAFCDDF) is known color: Sail. HEX triplet: AF, CD and DF. RGB value is (175,205,223). Sum of RGB (Red+Green+Blue) = 175+205+223=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDDF is #503220. Grayscale: #C5C5C5. Windows color (decimal): -5255713 or 14667183. OLE color: 14667183.
HSL color Cylindrical-coordinate representation of color #AFCDDF: hue angle of 202.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCDDF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 205 | 223 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.13 |
| HSL | 202.5º | 0.43% | 0.78% | - |
| HSV(B) | 202.5º | 0.22% | 0.87% | - |
| XYZ | 52.83 | 58.1 | 78.24 | - |
| YUV | 198.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 223 | 0.22 | 0.08 | 0 | 0.13 | 202.5 | 0.43 | 0.78 |
| Hex | AF | CD | DF | 16 | 8 | 0 | D | CA | 2B | 4E |
| Octal | 257 | 315 | 337 | 26 | 10 | 0 | 15 | 312 | 53 | 116 |
| Binary | 10101111 | 11001101 | 11011111 | 10110 | 1000 | 0 | 1101 | 11001010 | 101011 | 1001110 |
Color Harmonies of #AFCDDF
Complementary color
Monochromatic Colors of #AFCDDF
Black with #AFCDDF
Text Example
Text Example
White with #AFCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDDF; }
p { color: rgb(175,205,223); }
H1.HeaderClassName
{
color: #AFCDDF;
}
.AnyTagClassName
{
color: #AFCDDF;
}
</style>
background-color css
<style>
a { background-color: #AFCDDF; }
a { background-color: rgb(175,205,223); }
div.DivClassName
{
background-color: #AFCDDF;
}
.BgClassName
{
background-color: #AFCDDF;
}
</style>
border-color css
<style>
span { border-color: #AFCDDF; }
span { border-color: rgb(175,205,223); }
td.TdClassName
{
border-color: #AFCDDF;
}
.TagClassName
{
border-color: #AFCDDF;
}
</style>