Shades of Sail #ADDAF5
Tints of Sail #ADDAF5
RGB
CMYK
RGB Variations
Color information
#ADDAF5 (or 0xADDAF5) is known color: Sail. HEX triplet: AD, DA and F5. RGB value is (173,218,245). Sum of RGB (Red+Green+Blue) = 173+218+245=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADDAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF5 is #52250A. Grayscale: #CFCFCF. Windows color (decimal): -5383435 or 16112301. OLE color: 16112301.
HSL color Cylindrical-coordinate representation of color #ADDAF5: hue angle of 202.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDAF5 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 218 | 245 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.04 |
| HSL | 202.5º | 0.78% | 0.82% | - |
| HSV(B) | 202.5º | 0.29% | 0.96% | - |
| XYZ | 58.79 | 65.62 | 95.95 | - |
| YUV | 207.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 245 | 0.29 | 0.11 | 0 | 0.04 | 202.5 | 0.78 | 0.82 |
| Hex | AD | DA | F5 | 1D | B | 0 | 4 | CA | 4E | 52 |
| Octal | 255 | 332 | 365 | 35 | 13 | 0 | 4 | 312 | 116 | 122 |
| Binary | 10101101 | 11011010 | 11110101 | 11101 | 1011 | 0 | 100 | 11001010 | 1001110 | 1010010 |
Color Harmonies of #ADDAF5
Complementary color
Monochromatic Colors of #ADDAF5
Black with #ADDAF5
Text Example
Text Example
White with #ADDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAF5; }
p { color: rgb(173,218,245); }
H1.HeaderClassName
{
color: #ADDAF5;
}
.AnyTagClassName
{
color: #ADDAF5;
}
</style>
background-color css
<style>
a { background-color: #ADDAF5; }
a { background-color: rgb(173,218,245); }
div.DivClassName
{
background-color: #ADDAF5;
}
.BgClassName
{
background-color: #ADDAF5;
}
</style>
border-color css
<style>
span { border-color: #ADDAF5; }
span { border-color: rgb(173,218,245); }
td.TdClassName
{
border-color: #ADDAF5;
}
.TagClassName
{
border-color: #ADDAF5;
}
</style>