Shades of Sail #ADD5F0
Tints of Sail #ADD5F0
RGB
CMYK
RGB Variations
Color information
#ADD5F0 (or 0xADD5F0) is known color: Sail. HEX triplet: AD, D5 and F0. RGB value is (173,213,240). Sum of RGB (Red+Green+Blue) = 173+213+240=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADD5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5F0 is #522A0F. Grayscale: #CBCBCB. Windows color (decimal): -5384720 or 15783341. OLE color: 15783341.
HSL color Cylindrical-coordinate representation of color #ADD5F0: hue angle of 204.18º degrees, saturation: 0.69, 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 #ADD5F0 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 213 | 240 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.06 |
| HSL | 204.18º | 0.69% | 0.81% | - |
| HSV(B) | 204.18º | 0.28% | 0.94% | - |
| XYZ | 56.76 | 62.76 | 91.56 | - |
| YUV | 204.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 240 | 0.28 | 0.11 | 0 | 0.06 | 204.18 | 0.69 | 0.81 |
| Hex | AD | D5 | F0 | 1C | B | 0 | 6 | CC | 45 | 51 |
| Octal | 255 | 325 | 360 | 34 | 13 | 0 | 6 | 314 | 105 | 121 |
| Binary | 10101101 | 11010101 | 11110000 | 11100 | 1011 | 0 | 110 | 11001100 | 1000101 | 1010001 |
Color Harmonies of #ADD5F0
Complementary color
Monochromatic Colors of #ADD5F0
Black with #ADD5F0
Text Example
Text Example
White with #ADD5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5F0; }
p { color: rgb(173,213,240); }
H1.HeaderClassName
{
color: #ADD5F0;
}
.AnyTagClassName
{
color: #ADD5F0;
}
</style>
background-color css
<style>
a { background-color: #ADD5F0; }
a { background-color: rgb(173,213,240); }
div.DivClassName
{
background-color: #ADD5F0;
}
.BgClassName
{
background-color: #ADD5F0;
}
</style>
border-color css
<style>
span { border-color: #ADD5F0; }
span { border-color: rgb(173,213,240); }
td.TdClassName
{
border-color: #ADD5F0;
}
.TagClassName
{
border-color: #ADD5F0;
}
</style>