Shades of Sail #ADD7EF
Tints of Sail #ADD7EF
RGB
CMYK
RGB Variations
Color information
#ADD7EF (or 0xADD7EF) is known color: Sail. HEX triplet: AD, D7 and EF. RGB value is (173,215,239). Sum of RGB (Red+Green+Blue) = 173+215+239=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7EF is #522810. Grayscale: #CDCDCD. Windows color (decimal): -5384209 or 15718317. OLE color: 15718317.
HSL color Cylindrical-coordinate representation of color #ADD7EF: hue angle of 201.82º 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 #ADD7EF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 215 | 239 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.06 |
| HSL | 201.82º | 0.67% | 0.81% | - |
| HSV(B) | 201.82º | 0.28% | 0.94% | - |
| XYZ | 57.11 | 63.72 | 90.95 | - |
| YUV | 205.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 239 | 0.28 | 0.10 | 0 | 0.06 | 201.82 | 0.67 | 0.81 |
| Hex | AD | D7 | EF | 1C | A | 0 | 6 | CA | 43 | 51 |
| Octal | 255 | 327 | 357 | 34 | 12 | 0 | 6 | 312 | 103 | 121 |
| Binary | 10101101 | 11010111 | 11101111 | 11100 | 1010 | 0 | 110 | 11001010 | 1000011 | 1010001 |
Color Harmonies of #ADD7EF
Complementary color
Monochromatic Colors of #ADD7EF
Black with #ADD7EF
Text Example
Text Example
White with #ADD7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7EF; }
p { color: rgb(173,215,239); }
H1.HeaderClassName
{
color: #ADD7EF;
}
.AnyTagClassName
{
color: #ADD7EF;
}
</style>
background-color css
<style>
a { background-color: #ADD7EF; }
a { background-color: rgb(173,215,239); }
div.DivClassName
{
background-color: #ADD7EF;
}
.BgClassName
{
background-color: #ADD7EF;
}
</style>
border-color css
<style>
span { border-color: #ADD7EF; }
span { border-color: rgb(173,215,239); }
td.TdClassName
{
border-color: #ADD7EF;
}
.TagClassName
{
border-color: #ADD7EF;
}
</style>