Shades of Sail #9DD0EF
Tints of Sail #9DD0EF
RGB
CMYK
RGB Variations
Color information
#9DD0EF (or 0x9DD0EF) is known color: Sail. HEX triplet: 9D, D0 and EF. RGB value is (157,208,239). Sum of RGB (Red+Green+Blue) = 157+208+239=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DD0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0EF is #622F10. Grayscale: #C4C4C4. Windows color (decimal): -6434577 or 15716509. OLE color: 15716509.
HSL color Cylindrical-coordinate representation of color #9DD0EF: hue angle of 202.68º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD0EF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 208 | 239 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.06 |
| HSL | 202.68º | 0.72% | 0.78% | - |
| HSV(B) | 202.68º | 0.34% | 0.94% | - |
| XYZ | 52.04 | 58.51 | 90.21 | - |
| YUV | 196.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 239 | 0.34 | 0.13 | 0 | 0.06 | 202.68 | 0.72 | 0.78 |
| Hex | 9D | D0 | EF | 22 | D | 0 | 6 | CB | 48 | 4E |
| Octal | 235 | 320 | 357 | 42 | 15 | 0 | 6 | 313 | 110 | 116 |
| Binary | 10011101 | 11010000 | 11101111 | 100010 | 1101 | 0 | 110 | 11001011 | 1001000 | 1001110 |
Color Harmonies of #9DD0EF
Complementary color
Monochromatic Colors of #9DD0EF
Black with #9DD0EF
Text Example
Text Example
White with #9DD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD0EF; }
p { color: rgb(157,208,239); }
H1.HeaderClassName
{
color: #9DD0EF;
}
.AnyTagClassName
{
color: #9DD0EF;
}
</style>
background-color css
<style>
a { background-color: #9DD0EF; }
a { background-color: rgb(157,208,239); }
div.DivClassName
{
background-color: #9DD0EF;
}
.BgClassName
{
background-color: #9DD0EF;
}
</style>
border-color css
<style>
span { border-color: #9DD0EF; }
span { border-color: rgb(157,208,239); }
td.TdClassName
{
border-color: #9DD0EF;
}
.TagClassName
{
border-color: #9DD0EF;
}
</style>