Shades of Sail #ADCCDF
Tints of Sail #ADCCDF
RGB
CMYK
RGB Variations
Color information
#ADCCDF (or 0xADCCDF) is known color: Sail. HEX triplet: AD, CC and DF. RGB value is (173,204,223). Sum of RGB (Red+Green+Blue) = 173+204+223=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDF is #523320. Grayscale: #C4C4C4. Windows color (decimal): -5387041 or 14666925. OLE color: 14666925.
HSL color Cylindrical-coordinate representation of color #ADCCDF: hue angle of 202.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCCDF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 204 | 223 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.13 |
| HSL | 202.8º | 0.44% | 0.78% | - |
| HSV(B) | 202.8º | 0.22% | 0.87% | - |
| XYZ | 52.15 | 57.4 | 78.14 | - |
| YUV | 196.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 223 | 0.22 | 0.09 | 0 | 0.13 | 202.8 | 0.44 | 0.78 |
| Hex | AD | CC | DF | 16 | 9 | 0 | D | CB | 2C | 4E |
| Octal | 255 | 314 | 337 | 26 | 11 | 0 | 15 | 313 | 54 | 116 |
| Binary | 10101101 | 11001100 | 11011111 | 10110 | 1001 | 0 | 1101 | 11001011 | 101100 | 1001110 |
Color Harmonies of #ADCCDF
Complementary color
Monochromatic Colors of #ADCCDF
Black with #ADCCDF
Text Example
Text Example
White with #ADCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCDF; }
p { color: rgb(173,204,223); }
H1.HeaderClassName
{
color: #ADCCDF;
}
.AnyTagClassName
{
color: #ADCCDF;
}
</style>
background-color css
<style>
a { background-color: #ADCCDF; }
a { background-color: rgb(173,204,223); }
div.DivClassName
{
background-color: #ADCCDF;
}
.BgClassName
{
background-color: #ADCCDF;
}
</style>
border-color css
<style>
span { border-color: #ADCCDF; }
span { border-color: rgb(173,204,223); }
td.TdClassName
{
border-color: #ADCCDF;
}
.TagClassName
{
border-color: #ADCCDF;
}
</style>