Shades of Sail #ADD8F1
Tints of Sail #ADD8F1
RGB
CMYK
RGB Variations
Color information
#ADD8F1 (or 0xADD8F1) is known color: Sail. HEX triplet: AD, D8 and F1. RGB value is (173,216,241). Sum of RGB (Red+Green+Blue) = 173+216+241=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADD8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8F1 is #52270E. Grayscale: #CDCDCD. Windows color (decimal): -5383951 or 15849645. OLE color: 15849645.
HSL color Cylindrical-coordinate representation of color #ADD8F1: hue angle of 202.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD8F1 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 216 | 241 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.05 |
| HSL | 202.06º | 0.71% | 0.81% | - |
| HSV(B) | 202.06º | 0.28% | 0.95% | - |
| XYZ | 57.67 | 64.35 | 92.6 | - |
| YUV | 205.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 241 | 0.28 | 0.10 | 0 | 0.05 | 202.06 | 0.71 | 0.81 |
| Hex | AD | D8 | F1 | 1C | A | 0 | 5 | CA | 47 | 51 |
| Octal | 255 | 330 | 361 | 34 | 12 | 0 | 5 | 312 | 107 | 121 |
| Binary | 10101101 | 11011000 | 11110001 | 11100 | 1010 | 0 | 101 | 11001010 | 1000111 | 1010001 |
Color Harmonies of #ADD8F1
Complementary color
Monochromatic Colors of #ADD8F1
Black with #ADD8F1
Text Example
Text Example
White with #ADD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8F1; }
p { color: rgb(173,216,241); }
H1.HeaderClassName
{
color: #ADD8F1;
}
.AnyTagClassName
{
color: #ADD8F1;
}
</style>
background-color css
<style>
a { background-color: #ADD8F1; }
a { background-color: rgb(173,216,241); }
div.DivClassName
{
background-color: #ADD8F1;
}
.BgClassName
{
background-color: #ADD8F1;
}
</style>
border-color css
<style>
span { border-color: #ADD8F1; }
span { border-color: rgb(173,216,241); }
td.TdClassName
{
border-color: #ADD8F1;
}
.TagClassName
{
border-color: #ADD8F1;
}
</style>