Shades of Sail #9DD0EC
Tints of Sail #9DD0EC
RGB
CMYK
RGB Variations
Color information
#9DD0EC (or 0x9DD0EC) is known color: Sail. HEX triplet: 9D, D0 and EC. RGB value is (157,208,236). Sum of RGB (Red+Green+Blue) = 157+208+236=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0EC is #622F13. Grayscale: #C3C3C3. Windows color (decimal): -6434580 or 15519901. OLE color: 15519901.
HSL color Cylindrical-coordinate representation of color #9DD0EC: hue angle of 201.27º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD0EC is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 208 | 236 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.07 |
| HSL | 201.27º | 0.68% | 0.77% | - |
| HSV(B) | 201.27º | 0.33% | 0.93% | - |
| XYZ | 51.6 | 58.34 | 87.9 | - |
| YUV | 195.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 236 | 0.33 | 0.12 | 0 | 0.07 | 201.27 | 0.68 | 0.77 |
| Hex | 9D | D0 | EC | 21 | C | 0 | 7 | C9 | 44 | 4D |
| Octal | 235 | 320 | 354 | 41 | 14 | 0 | 7 | 311 | 104 | 115 |
| Binary | 10011101 | 11010000 | 11101100 | 100001 | 1100 | 0 | 111 | 11001001 | 1000100 | 1001101 |
Color Harmonies of #9DD0EC
Complementary color
Monochromatic Colors of #9DD0EC
Black with #9DD0EC
Text Example
Text Example
White with #9DD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0EC; }
p { color: rgb(157,208,236); }
H1.HeaderClassName
{
color: #9DD0EC;
}
.AnyTagClassName
{
color: #9DD0EC;
}
</style>
background-color css
<style>
a { background-color: #9DD0EC; }
a { background-color: rgb(157,208,236); }
div.DivClassName
{
background-color: #9DD0EC;
}
.BgClassName
{
background-color: #9DD0EC;
}
</style>
border-color css
<style>
span { border-color: #9DD0EC; }
span { border-color: rgb(157,208,236); }
td.TdClassName
{
border-color: #9DD0EC;
}
.TagClassName
{
border-color: #9DD0EC;
}
</style>