Shades of Sail #ADD6EF
Tints of Sail #ADD6EF
RGB
CMYK
RGB Variations
Color information
#ADD6EF (or 0xADD6EF) is known color: Sail. HEX triplet: AD, D6 and EF. RGB value is (173,214,239). Sum of RGB (Red+Green+Blue) = 173+214+239=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6EF is #522910. Grayscale: #CCCCCC. Windows color (decimal): -5384465 or 15718061. OLE color: 15718061.
HSL color Cylindrical-coordinate representation of color #ADD6EF: hue angle of 202.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD6EF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 214 | 239 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.06 |
| HSL | 202.73º | 0.67% | 0.81% | - |
| HSV(B) | 202.73º | 0.28% | 0.94% | - |
| XYZ | 56.86 | 63.21 | 90.87 | - |
| YUV | 204.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 239 | 0.28 | 0.10 | 0 | 0.06 | 202.73 | 0.67 | 0.81 |
| Hex | AD | D6 | EF | 1C | A | 0 | 6 | CB | 43 | 51 |
| Octal | 255 | 326 | 357 | 34 | 12 | 0 | 6 | 313 | 103 | 121 |
| Binary | 10101101 | 11010110 | 11101111 | 11100 | 1010 | 0 | 110 | 11001011 | 1000011 | 1010001 |
Color Harmonies of #ADD6EF
Complementary color
Monochromatic Colors of #ADD6EF
Black with #ADD6EF
Text Example
Text Example
White with #ADD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6EF; }
p { color: rgb(173,214,239); }
H1.HeaderClassName
{
color: #ADD6EF;
}
.AnyTagClassName
{
color: #ADD6EF;
}
</style>
background-color css
<style>
a { background-color: #ADD6EF; }
a { background-color: rgb(173,214,239); }
div.DivClassName
{
background-color: #ADD6EF;
}
.BgClassName
{
background-color: #ADD6EF;
}
</style>
border-color css
<style>
span { border-color: #ADD6EF; }
span { border-color: rgb(173,214,239); }
td.TdClassName
{
border-color: #ADD6EF;
}
.TagClassName
{
border-color: #ADD6EF;
}
</style>