Shades of Sail #ADCCE4
Tints of Sail #ADCCE4
RGB
CMYK
RGB Variations
Color information
#ADCCE4 (or 0xADCCE4) is known color: Sail. HEX triplet: AD, CC and E4. RGB value is (173,204,228). Sum of RGB (Red+Green+Blue) = 173+204+228=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADCCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCE4 is #52331B. Grayscale: #C5C5C5. Windows color (decimal): -5387036 or 14994605. OLE color: 14994605.
HSL color Cylindrical-coordinate representation of color #ADCCE4: hue angle of 206.18º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCCE4 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 204 | 228 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.11 |
| HSL | 206.18º | 0.5% | 0.79% | - |
| HSV(B) | 206.18º | 0.24% | 0.89% | - |
| XYZ | 52.83 | 57.67 | 81.75 | - |
| YUV | 197.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 228 | 0.24 | 0.11 | 0 | 0.11 | 206.18 | 0.5 | 0.79 |
| Hex | AD | CC | E4 | 18 | B | 0 | B | CE | 32 | 4F |
| Octal | 255 | 314 | 344 | 30 | 13 | 0 | 13 | 316 | 62 | 117 |
| Binary | 10101101 | 11001100 | 11100100 | 11000 | 1011 | 0 | 1011 | 11001110 | 110010 | 1001111 |
Color Harmonies of #ADCCE4
Complementary color
Monochromatic Colors of #ADCCE4
Black with #ADCCE4
Text Example
Text Example
White with #ADCCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCE4; }
p { color: rgb(173,204,228); }
H1.HeaderClassName
{
color: #ADCCE4;
}
.AnyTagClassName
{
color: #ADCCE4;
}
</style>
background-color css
<style>
a { background-color: #ADCCE4; }
a { background-color: rgb(173,204,228); }
div.DivClassName
{
background-color: #ADCCE4;
}
.BgClassName
{
background-color: #ADCCE4;
}
</style>
border-color css
<style>
span { border-color: #ADCCE4; }
span { border-color: rgb(173,204,228); }
td.TdClassName
{
border-color: #ADCCE4;
}
.TagClassName
{
border-color: #ADCCE4;
}
</style>