Shades of Sail #ADD8F3
Tints of Sail #ADD8F3
RGB
CMYK
RGB Variations
Color information
#ADD8F3 (or 0xADD8F3) is known color: Sail. HEX triplet: AD, D8 and F3. RGB value is (173,216,243). Sum of RGB (Red+Green+Blue) = 173+216+243=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADD8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8F3 is #52270C. Grayscale: #CECECE. Windows color (decimal): -5383949 or 15980717. OLE color: 15980717.
HSL color Cylindrical-coordinate representation of color #ADD8F3: hue angle of 203.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD8F3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 216 | 243 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.05 |
| HSL | 203.14º | 0.74% | 0.82% | - |
| HSV(B) | 203.14º | 0.29% | 0.95% | - |
| XYZ | 57.97 | 64.47 | 94.18 | - |
| YUV | 206.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 243 | 0.29 | 0.11 | 0 | 0.05 | 203.14 | 0.74 | 0.82 |
| Hex | AD | D8 | F3 | 1D | B | 0 | 5 | CB | 4A | 52 |
| Octal | 255 | 330 | 363 | 35 | 13 | 0 | 5 | 313 | 112 | 122 |
| Binary | 10101101 | 11011000 | 11110011 | 11101 | 1011 | 0 | 101 | 11001011 | 1001010 | 1010010 |
Color Harmonies of #ADD8F3
Complementary color
Monochromatic Colors of #ADD8F3
Black with #ADD8F3
Text Example
Text Example
White with #ADD8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8F3; }
p { color: rgb(173,216,243); }
H1.HeaderClassName
{
color: #ADD8F3;
}
.AnyTagClassName
{
color: #ADD8F3;
}
</style>
background-color css
<style>
a { background-color: #ADD8F3; }
a { background-color: rgb(173,216,243); }
div.DivClassName
{
background-color: #ADD8F3;
}
.BgClassName
{
background-color: #ADD8F3;
}
</style>
border-color css
<style>
span { border-color: #ADD8F3; }
span { border-color: rgb(173,216,243); }
td.TdClassName
{
border-color: #ADD8F3;
}
.TagClassName
{
border-color: #ADD8F3;
}
</style>