Shades of Sail #ADD6EE
Tints of Sail #ADD6EE
RGB
CMYK
RGB Variations
Color information
#ADD6EE (or 0xADD6EE) is known color: Sail. HEX triplet: AD, D6 and EE. RGB value is (173,214,238). Sum of RGB (Red+Green+Blue) = 173+214+238=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6EE is #522911. Grayscale: #CCCCCC. Windows color (decimal): -5384466 or 15652525. OLE color: 15652525.
HSL color Cylindrical-coordinate representation of color #ADD6EE: hue angle of 202.15º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD6EE is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 214 | 238 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.07 |
| HSL | 202.15º | 0.66% | 0.81% | - |
| HSV(B) | 202.15º | 0.27% | 0.93% | - |
| XYZ | 56.71 | 63.15 | 90.09 | - |
| YUV | 204.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 238 | 0.27 | 0.10 | 0 | 0.07 | 202.15 | 0.66 | 0.81 |
| Hex | AD | D6 | EE | 1B | A | 0 | 7 | CA | 42 | 51 |
| Octal | 255 | 326 | 356 | 33 | 12 | 0 | 7 | 312 | 102 | 121 |
| Binary | 10101101 | 11010110 | 11101110 | 11011 | 1010 | 0 | 111 | 11001010 | 1000010 | 1010001 |
Color Harmonies of #ADD6EE
Complementary color
Monochromatic Colors of #ADD6EE
Black with #ADD6EE
Text Example
Text Example
White with #ADD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6EE; }
p { color: rgb(173,214,238); }
H1.HeaderClassName
{
color: #ADD6EE;
}
.AnyTagClassName
{
color: #ADD6EE;
}
</style>
background-color css
<style>
a { background-color: #ADD6EE; }
a { background-color: rgb(173,214,238); }
div.DivClassName
{
background-color: #ADD6EE;
}
.BgClassName
{
background-color: #ADD6EE;
}
</style>
border-color css
<style>
span { border-color: #ADD6EE; }
span { border-color: rgb(173,214,238); }
td.TdClassName
{
border-color: #ADD6EE;
}
.TagClassName
{
border-color: #ADD6EE;
}
</style>