Shades of Sail #9DC8ED
Tints of Sail #9DC8ED
RGB
CMYK
RGB Variations
Color information
#9DC8ED (or 0x9DC8ED) is known color: Sail. HEX triplet: 9D, C8 and ED. RGB value is (157,200,237). Sum of RGB (Red+Green+Blue) = 157+200+237=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC8ED is #623712. Grayscale: #BFBFBF. Windows color (decimal): -6436627 or 15583389. OLE color: 15583389.
HSL color Cylindrical-coordinate representation of color #9DC8ED: hue angle of 207.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DC8ED is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 200 | 237 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.07 |
| HSL | 207.75º | 0.69% | 0.77% | - |
| HSV(B) | 207.75º | 0.34% | 0.93% | - |
| XYZ | 49.84 | 54.59 | 88.03 | - |
| YUV | 191.36 | 153.75 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 237 | 0.34 | 0.16 | 0 | 0.07 | 207.75 | 0.69 | 0.77 |
| Hex | 9D | C8 | ED | 22 | 10 | 0 | 7 | D0 | 45 | 4D |
| Octal | 235 | 310 | 355 | 42 | 20 | 0 | 7 | 320 | 105 | 115 |
| Binary | 10011101 | 11001000 | 11101101 | 100010 | 10000 | 0 | 111 | 11010000 | 1000101 | 1001101 |
Color Harmonies of #9DC8ED
Complementary color
Monochromatic Colors of #9DC8ED
Black with #9DC8ED
Text Example
Text Example
White with #9DC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC8ED; }
p { color: rgb(157,200,237); }
H1.HeaderClassName
{
color: #9DC8ED;
}
.AnyTagClassName
{
color: #9DC8ED;
}
</style>
background-color css
<style>
a { background-color: #9DC8ED; }
a { background-color: rgb(157,200,237); }
div.DivClassName
{
background-color: #9DC8ED;
}
.BgClassName
{
background-color: #9DC8ED;
}
</style>
border-color css
<style>
span { border-color: #9DC8ED; }
span { border-color: rgb(157,200,237); }
td.TdClassName
{
border-color: #9DC8ED;
}
.TagClassName
{
border-color: #9DC8ED;
}
</style>