Shades of Sail #ADD9F3
Tints of Sail #ADD9F3
RGB
CMYK
RGB Variations
Color information
#ADD9F3 (or 0xADD9F3) is known color: Sail. HEX triplet: AD, D9 and F3. RGB value is (173,217,243). Sum of RGB (Red+Green+Blue) = 173+217+243=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADD9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9F3 is #52260C. Grayscale: #CECECE. Windows color (decimal): -5383693 or 15980973. OLE color: 15980973.
HSL color Cylindrical-coordinate representation of color #ADD9F3: hue angle of 202.29º 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 #ADD9F3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 217 | 243 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.05 |
| HSL | 202.29º | 0.74% | 0.82% | - |
| HSV(B) | 202.29º | 0.29% | 0.95% | - |
| XYZ | 58.22 | 64.98 | 94.27 | - |
| YUV | 206.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 243 | 0.29 | 0.11 | 0 | 0.05 | 202.29 | 0.74 | 0.82 |
| Hex | AD | D9 | F3 | 1D | B | 0 | 5 | CA | 4A | 52 |
| Octal | 255 | 331 | 363 | 35 | 13 | 0 | 5 | 312 | 112 | 122 |
| Binary | 10101101 | 11011001 | 11110011 | 11101 | 1011 | 0 | 101 | 11001010 | 1001010 | 1010010 |
Color Harmonies of #ADD9F3
Complementary color
Monochromatic Colors of #ADD9F3
Black with #ADD9F3
Text Example
Text Example
White with #ADD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9F3; }
p { color: rgb(173,217,243); }
H1.HeaderClassName
{
color: #ADD9F3;
}
.AnyTagClassName
{
color: #ADD9F3;
}
</style>
background-color css
<style>
a { background-color: #ADD9F3; }
a { background-color: rgb(173,217,243); }
div.DivClassName
{
background-color: #ADD9F3;
}
.BgClassName
{
background-color: #ADD9F3;
}
</style>
border-color css
<style>
span { border-color: #ADD9F3; }
span { border-color: rgb(173,217,243); }
td.TdClassName
{
border-color: #ADD9F3;
}
.TagClassName
{
border-color: #ADD9F3;
}
</style>