Shades of Sail #ADCEE2
Tints of Sail #ADCEE2
RGB
CMYK
RGB Variations
Color information
#ADCEE2 (or 0xADCEE2) is known color: Sail. HEX triplet: AD, CE and E2. RGB value is (173,206,226). Sum of RGB (Red+Green+Blue) = 173+206+226=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADCEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEE2 is #52311D. Grayscale: #C6C6C6. Windows color (decimal): -5386526 or 14864045. OLE color: 14864045.
HSL color Cylindrical-coordinate representation of color #ADCEE2: hue angle of 202.64º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCEE2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 206 | 226 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.11 |
| HSL | 202.64º | 0.48% | 0.78% | - |
| HSV(B) | 202.64º | 0.23% | 0.89% | - |
| XYZ | 53.03 | 58.52 | 80.45 | - |
| YUV | 198.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 226 | 0.23 | 0.09 | 0 | 0.11 | 202.64 | 0.48 | 0.78 |
| Hex | AD | CE | E2 | 17 | 9 | 0 | B | CB | 30 | 4E |
| Octal | 255 | 316 | 342 | 27 | 11 | 0 | 13 | 313 | 60 | 116 |
| Binary | 10101101 | 11001110 | 11100010 | 10111 | 1001 | 0 | 1011 | 11001011 | 110000 | 1001110 |
Color Harmonies of #ADCEE2
Complementary color
Monochromatic Colors of #ADCEE2
Black with #ADCEE2
Text Example
Text Example
White with #ADCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEE2; }
p { color: rgb(173,206,226); }
H1.HeaderClassName
{
color: #ADCEE2;
}
.AnyTagClassName
{
color: #ADCEE2;
}
</style>
background-color css
<style>
a { background-color: #ADCEE2; }
a { background-color: rgb(173,206,226); }
div.DivClassName
{
background-color: #ADCEE2;
}
.BgClassName
{
background-color: #ADCEE2;
}
</style>
border-color css
<style>
span { border-color: #ADCEE2; }
span { border-color: rgb(173,206,226); }
td.TdClassName
{
border-color: #ADCEE2;
}
.TagClassName
{
border-color: #ADCEE2;
}
</style>