Shades of Sail #ADD4EE
Tints of Sail #ADD4EE
RGB
CMYK
RGB Variations
Color information
#ADD4EE (or 0xADD4EE) is known color: Sail. HEX triplet: AD, D4 and EE. RGB value is (173,212,238). Sum of RGB (Red+Green+Blue) = 173+212+238=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADD4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4EE is #522B11. Grayscale: #CBCBCB. Windows color (decimal): -5384978 or 15652013. OLE color: 15652013.
HSL color Cylindrical-coordinate representation of color #ADD4EE: hue angle of 204º 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 #ADD4EE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 212 | 238 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.07 |
| HSL | 204º | 0.66% | 0.81% | - |
| HSV(B) | 204º | 0.27% | 0.93% | - |
| XYZ | 56.21 | 62.14 | 89.92 | - |
| YUV | 203.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 238 | 0.27 | 0.11 | 0 | 0.07 | 204 | 0.66 | 0.81 |
| Hex | AD | D4 | EE | 1B | B | 0 | 7 | CC | 42 | 51 |
| Octal | 255 | 324 | 356 | 33 | 13 | 0 | 7 | 314 | 102 | 121 |
| Binary | 10101101 | 11010100 | 11101110 | 11011 | 1011 | 0 | 111 | 11001100 | 1000010 | 1010001 |
Color Harmonies of #ADD4EE
Complementary color
Monochromatic Colors of #ADD4EE
Black with #ADD4EE
Text Example
Text Example
White with #ADD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4EE; }
p { color: rgb(173,212,238); }
H1.HeaderClassName
{
color: #ADD4EE;
}
.AnyTagClassName
{
color: #ADD4EE;
}
</style>
background-color css
<style>
a { background-color: #ADD4EE; }
a { background-color: rgb(173,212,238); }
div.DivClassName
{
background-color: #ADD4EE;
}
.BgClassName
{
background-color: #ADD4EE;
}
</style>
border-color css
<style>
span { border-color: #ADD4EE; }
span { border-color: rgb(173,212,238); }
td.TdClassName
{
border-color: #ADD4EE;
}
.TagClassName
{
border-color: #ADD4EE;
}
</style>