Shades of Sail #9DC8EC
Tints of Sail #9DC8EC
RGB
CMYK
RGB Variations
Color information
#9DC8EC (or 0x9DC8EC) is known color: Sail. HEX triplet: 9D, C8 and EC. RGB value is (157,200,236). Sum of RGB (Red+Green+Blue) = 157+200+236=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC8EC is #623713. Grayscale: #BFBFBF. Windows color (decimal): -6436628 or 15517853. OLE color: 15517853.
HSL color Cylindrical-coordinate representation of color #9DC8EC: hue angle of 207.34º 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 #9DC8EC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 200 | 236 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.07 |
| HSL | 207.34º | 0.68% | 0.77% | - |
| HSV(B) | 207.34º | 0.33% | 0.93% | - |
| XYZ | 49.7 | 54.53 | 87.26 | - |
| YUV | 191.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 236 | 0.33 | 0.15 | 0 | 0.07 | 207.34 | 0.68 | 0.77 |
| Hex | 9D | C8 | EC | 21 | F | 0 | 7 | CF | 44 | 4D |
| Octal | 235 | 310 | 354 | 41 | 17 | 0 | 7 | 317 | 104 | 115 |
| Binary | 10011101 | 11001000 | 11101100 | 100001 | 1111 | 0 | 111 | 11001111 | 1000100 | 1001101 |
Color Harmonies of #9DC8EC
Complementary color
Monochromatic Colors of #9DC8EC
Black with #9DC8EC
Text Example
Text Example
White with #9DC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC8EC; }
p { color: rgb(157,200,236); }
H1.HeaderClassName
{
color: #9DC8EC;
}
.AnyTagClassName
{
color: #9DC8EC;
}
</style>
background-color css
<style>
a { background-color: #9DC8EC; }
a { background-color: rgb(157,200,236); }
div.DivClassName
{
background-color: #9DC8EC;
}
.BgClassName
{
background-color: #9DC8EC;
}
</style>
border-color css
<style>
span { border-color: #9DC8EC; }
span { border-color: rgb(157,200,236); }
td.TdClassName
{
border-color: #9DC8EC;
}
.TagClassName
{
border-color: #9DC8EC;
}
</style>