Shades of Sail #9DC7ED
Tints of Sail #9DC7ED
RGB
CMYK
RGB Variations
Color information
#9DC7ED (or 0x9DC7ED) is known color: Sail. HEX triplet: 9D, C7 and ED. RGB value is (157,199,237). Sum of RGB (Red+Green+Blue) = 157+199+237=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DC7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC7ED is #623812. Grayscale: #BEBEBE. Windows color (decimal): -6436883 or 15583133. OLE color: 15583133.
HSL color Cylindrical-coordinate representation of color #9DC7ED: hue angle of 208.5º 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 #9DC7ED is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 199 | 237 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.07 |
| HSL | 208.5º | 0.69% | 0.77% | - |
| HSV(B) | 208.5º | 0.34% | 0.93% | - |
| XYZ | 49.61 | 54.13 | 87.95 | - |
| YUV | 190.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 199 | 237 | 0.34 | 0.16 | 0 | 0.07 | 208.5 | 0.69 | 0.77 |
| Hex | 9D | C7 | ED | 22 | 10 | 0 | 7 | D0 | 45 | 4D |
| Octal | 235 | 307 | 355 | 42 | 20 | 0 | 7 | 320 | 105 | 115 |
| Binary | 10011101 | 11000111 | 11101101 | 100010 | 10000 | 0 | 111 | 11010000 | 1000101 | 1001101 |
Color Harmonies of #9DC7ED
Complementary color
Monochromatic Colors of #9DC7ED
Black with #9DC7ED
Text Example
Text Example
White with #9DC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC7ED; }
p { color: rgb(157,199,237); }
H1.HeaderClassName
{
color: #9DC7ED;
}
.AnyTagClassName
{
color: #9DC7ED;
}
</style>
background-color css
<style>
a { background-color: #9DC7ED; }
a { background-color: rgb(157,199,237); }
div.DivClassName
{
background-color: #9DC7ED;
}
.BgClassName
{
background-color: #9DC7ED;
}
</style>
border-color css
<style>
span { border-color: #9DC7ED; }
span { border-color: rgb(157,199,237); }
td.TdClassName
{
border-color: #9DC7ED;
}
.TagClassName
{
border-color: #9DC7ED;
}
</style>