Shades of Sail #9DC7EF
Tints of Sail #9DC7EF
RGB
CMYK
RGB Variations
Color information
#9DC7EF (or 0x9DC7EF) is known color: Sail. HEX triplet: 9D, C7 and EF. RGB value is (157,199,239). Sum of RGB (Red+Green+Blue) = 157+199+239=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DC7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC7EF is #623810. Grayscale: #BEBEBE. Windows color (decimal): -6436881 or 15714205. OLE color: 15714205.
HSL color Cylindrical-coordinate representation of color #9DC7EF: hue angle of 209.27º 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 #9DC7EF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 199 | 239 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.06 |
| HSL | 209.27º | 0.72% | 0.78% | - |
| HSV(B) | 209.27º | 0.34% | 0.94% | - |
| XYZ | 49.91 | 54.25 | 89.5 | - |
| YUV | 191 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 199 | 239 | 0.34 | 0.17 | 0 | 0.06 | 209.27 | 0.72 | 0.78 |
| Hex | 9D | C7 | EF | 22 | 11 | 0 | 6 | D1 | 48 | 4E |
| Octal | 235 | 307 | 357 | 42 | 21 | 0 | 6 | 321 | 110 | 116 |
| Binary | 10011101 | 11000111 | 11101111 | 100010 | 10001 | 0 | 110 | 11010001 | 1001000 | 1001110 |
Color Harmonies of #9DC7EF
Complementary color
Monochromatic Colors of #9DC7EF
Black with #9DC7EF
Text Example
Text Example
White with #9DC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC7EF; }
p { color: rgb(157,199,239); }
H1.HeaderClassName
{
color: #9DC7EF;
}
.AnyTagClassName
{
color: #9DC7EF;
}
</style>
background-color css
<style>
a { background-color: #9DC7EF; }
a { background-color: rgb(157,199,239); }
div.DivClassName
{
background-color: #9DC7EF;
}
.BgClassName
{
background-color: #9DC7EF;
}
</style>
border-color css
<style>
span { border-color: #9DC7EF; }
span { border-color: rgb(157,199,239); }
td.TdClassName
{
border-color: #9DC7EF;
}
.TagClassName
{
border-color: #9DC7EF;
}
</style>