Shades of Sail #9DD1EF
Tints of Sail #9DD1EF
RGB
CMYK
RGB Variations
Color information
#9DD1EF (or 0x9DD1EF) is known color: Sail. HEX triplet: 9D, D1 and EF. RGB value is (157,209,239). Sum of RGB (Red+Green+Blue) = 157+209+239=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD1EF is #622E10. Grayscale: #C4C4C4. Windows color (decimal): -6434321 or 15716765. OLE color: 15716765.
HSL color Cylindrical-coordinate representation of color #9DD1EF: hue angle of 201.95º 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 #9DD1EF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 209 | 239 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.06 |
| HSL | 201.95º | 0.72% | 0.78% | - |
| HSV(B) | 201.95º | 0.34% | 0.94% | - |
| XYZ | 52.29 | 59 | 90.29 | - |
| YUV | 196.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 239 | 0.34 | 0.13 | 0 | 0.06 | 201.95 | 0.72 | 0.78 |
| Hex | 9D | D1 | EF | 22 | D | 0 | 6 | CA | 48 | 4E |
| Octal | 235 | 321 | 357 | 42 | 15 | 0 | 6 | 312 | 110 | 116 |
| Binary | 10011101 | 11010001 | 11101111 | 100010 | 1101 | 0 | 110 | 11001010 | 1001000 | 1001110 |
Color Harmonies of #9DD1EF
Complementary color
Monochromatic Colors of #9DD1EF
Black with #9DD1EF
Text Example
Text Example
White with #9DD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD1EF; }
p { color: rgb(157,209,239); }
H1.HeaderClassName
{
color: #9DD1EF;
}
.AnyTagClassName
{
color: #9DD1EF;
}
</style>
background-color css
<style>
a { background-color: #9DD1EF; }
a { background-color: rgb(157,209,239); }
div.DivClassName
{
background-color: #9DD1EF;
}
.BgClassName
{
background-color: #9DD1EF;
}
</style>
border-color css
<style>
span { border-color: #9DD1EF; }
span { border-color: rgb(157,209,239); }
td.TdClassName
{
border-color: #9DD1EF;
}
.TagClassName
{
border-color: #9DD1EF;
}
</style>