Shades of Sail #ADDAF6
Tints of Sail #ADDAF6
RGB
CMYK
RGB Variations
Color information
#ADDAF6 (or 0xADDAF6) is known color: Sail. HEX triplet: AD, DA and F6. RGB value is (173,218,246). Sum of RGB (Red+Green+Blue) = 173+218+246=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADDAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF6 is #522509. Grayscale: #CFCFCF. Windows color (decimal): -5383434 or 16177837. OLE color: 16177837.
HSL color Cylindrical-coordinate representation of color #ADDAF6: hue angle of 203.01º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDAF6 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 218 | 246 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.04 |
| HSL | 203.01º | 0.8% | 0.82% | - |
| HSV(B) | 203.01º | 0.3% | 0.96% | - |
| XYZ | 58.94 | 65.68 | 96.76 | - |
| YUV | 207.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 246 | 0.30 | 0.11 | 0 | 0.04 | 203.01 | 0.8 | 0.82 |
| Hex | AD | DA | F6 | 1E | B | 0 | 4 | CB | 50 | 52 |
| Octal | 255 | 332 | 366 | 36 | 13 | 0 | 4 | 313 | 120 | 122 |
| Binary | 10101101 | 11011010 | 11110110 | 11110 | 1011 | 0 | 100 | 11001011 | 1010000 | 1010010 |
Color Harmonies of #ADDAF6
Complementary color
Monochromatic Colors of #ADDAF6
Black with #ADDAF6
Text Example
Text Example
White with #ADDAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAF6; }
p { color: rgb(173,218,246); }
H1.HeaderClassName
{
color: #ADDAF6;
}
.AnyTagClassName
{
color: #ADDAF6;
}
</style>
background-color css
<style>
a { background-color: #ADDAF6; }
a { background-color: rgb(173,218,246); }
div.DivClassName
{
background-color: #ADDAF6;
}
.BgClassName
{
background-color: #ADDAF6;
}
</style>
border-color css
<style>
span { border-color: #ADDAF6; }
span { border-color: rgb(173,218,246); }
td.TdClassName
{
border-color: #ADDAF6;
}
.TagClassName
{
border-color: #ADDAF6;
}
</style>