Shades of Sail #ADD7F1
Tints of Sail #ADD7F1
RGB
CMYK
RGB Variations
Color information
#ADD7F1 (or 0xADD7F1) is known color: Sail. HEX triplet: AD, D7 and F1. RGB value is (173,215,241). Sum of RGB (Red+Green+Blue) = 173+215+241=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADD7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7F1 is #52280E. Grayscale: #CDCDCD. Windows color (decimal): -5384207 or 15849389. OLE color: 15849389.
HSL color Cylindrical-coordinate representation of color #ADD7F1: hue angle of 202.94º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD7F1 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 215 | 241 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.05 |
| HSL | 202.94º | 0.71% | 0.81% | - |
| HSV(B) | 202.94º | 0.28% | 0.95% | - |
| XYZ | 57.41 | 63.84 | 92.51 | - |
| YUV | 205.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 241 | 0.28 | 0.11 | 0 | 0.05 | 202.94 | 0.71 | 0.81 |
| Hex | AD | D7 | F1 | 1C | B | 0 | 5 | CB | 47 | 51 |
| Octal | 255 | 327 | 361 | 34 | 13 | 0 | 5 | 313 | 107 | 121 |
| Binary | 10101101 | 11010111 | 11110001 | 11100 | 1011 | 0 | 101 | 11001011 | 1000111 | 1010001 |
Color Harmonies of #ADD7F1
Complementary color
Monochromatic Colors of #ADD7F1
Black with #ADD7F1
Text Example
Text Example
White with #ADD7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7F1; }
p { color: rgb(173,215,241); }
H1.HeaderClassName
{
color: #ADD7F1;
}
.AnyTagClassName
{
color: #ADD7F1;
}
</style>
background-color css
<style>
a { background-color: #ADD7F1; }
a { background-color: rgb(173,215,241); }
div.DivClassName
{
background-color: #ADD7F1;
}
.BgClassName
{
background-color: #ADD7F1;
}
</style>
border-color css
<style>
span { border-color: #ADD7F1; }
span { border-color: rgb(173,215,241); }
td.TdClassName
{
border-color: #ADD7F1;
}
.TagClassName
{
border-color: #ADD7F1;
}
</style>