Shades of Sail #ADD8F2
Tints of Sail #ADD8F2
RGB
CMYK
RGB Variations
Color information
#ADD8F2 (or 0xADD8F2) is known color: Sail. HEX triplet: AD, D8 and F2. RGB value is (173,216,242). Sum of RGB (Red+Green+Blue) = 173+216+242=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADD8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8F2 is #52270D. Grayscale: #CDCDCD. Windows color (decimal): -5383950 or 15915181. OLE color: 15915181.
HSL color Cylindrical-coordinate representation of color #ADD8F2: hue angle of 202.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD8F2 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 216 | 242 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.05 |
| HSL | 202.61º | 0.73% | 0.81% | - |
| HSV(B) | 202.61º | 0.29% | 0.95% | - |
| XYZ | 57.82 | 64.41 | 93.39 | - |
| YUV | 206.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 242 | 0.29 | 0.11 | 0 | 0.05 | 202.61 | 0.73 | 0.81 |
| Hex | AD | D8 | F2 | 1D | B | 0 | 5 | CB | 49 | 51 |
| Octal | 255 | 330 | 362 | 35 | 13 | 0 | 5 | 313 | 111 | 121 |
| Binary | 10101101 | 11011000 | 11110010 | 11101 | 1011 | 0 | 101 | 11001011 | 1001001 | 1010001 |
Color Harmonies of #ADD8F2
Complementary color
Monochromatic Colors of #ADD8F2
Black with #ADD8F2
Text Example
Text Example
White with #ADD8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8F2; }
p { color: rgb(173,216,242); }
H1.HeaderClassName
{
color: #ADD8F2;
}
.AnyTagClassName
{
color: #ADD8F2;
}
</style>
background-color css
<style>
a { background-color: #ADD8F2; }
a { background-color: rgb(173,216,242); }
div.DivClassName
{
background-color: #ADD8F2;
}
.BgClassName
{
background-color: #ADD8F2;
}
</style>
border-color css
<style>
span { border-color: #ADD8F2; }
span { border-color: rgb(173,216,242); }
td.TdClassName
{
border-color: #ADD8F2;
}
.TagClassName
{
border-color: #ADD8F2;
}
</style>