Shades of Sail #ADD4EF
Tints of Sail #ADD4EF
RGB
CMYK
RGB Variations
Color information
#ADD4EF (or 0xADD4EF) is known color: Sail. HEX triplet: AD, D4 and EF. RGB value is (173,212,239). Sum of RGB (Red+Green+Blue) = 173+212+239=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4EF is #522B10. Grayscale: #CBCBCB. Windows color (decimal): -5384977 or 15717549. OLE color: 15717549.
HSL color Cylindrical-coordinate representation of color #ADD4EF: hue angle of 204.55º 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 #ADD4EF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 212 | 239 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.06 |
| HSL | 204.55º | 0.67% | 0.81% | - |
| HSV(B) | 204.55º | 0.28% | 0.94% | - |
| XYZ | 56.36 | 62.2 | 90.7 | - |
| YUV | 203.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 239 | 0.28 | 0.11 | 0 | 0.06 | 204.55 | 0.67 | 0.81 |
| Hex | AD | D4 | EF | 1C | B | 0 | 6 | CD | 43 | 51 |
| Octal | 255 | 324 | 357 | 34 | 13 | 0 | 6 | 315 | 103 | 121 |
| Binary | 10101101 | 11010100 | 11101111 | 11100 | 1011 | 0 | 110 | 11001101 | 1000011 | 1010001 |
Color Harmonies of #ADD4EF
Complementary color
Monochromatic Colors of #ADD4EF
Black with #ADD4EF
Text Example
Text Example
White with #ADD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4EF; }
p { color: rgb(173,212,239); }
H1.HeaderClassName
{
color: #ADD4EF;
}
.AnyTagClassName
{
color: #ADD4EF;
}
</style>
background-color css
<style>
a { background-color: #ADD4EF; }
a { background-color: rgb(173,212,239); }
div.DivClassName
{
background-color: #ADD4EF;
}
.BgClassName
{
background-color: #ADD4EF;
}
</style>
border-color css
<style>
span { border-color: #ADD4EF; }
span { border-color: rgb(173,212,239); }
td.TdClassName
{
border-color: #ADD4EF;
}
.TagClassName
{
border-color: #ADD4EF;
}
</style>