Shades of Sail #9DCEED
Tints of Sail #9DCEED
RGB
CMYK
RGB Variations
Color information
#9DCEED (or 0x9DCEED) is known color: Sail. HEX triplet: 9D, CE and ED. RGB value is (157,206,237). Sum of RGB (Red+Green+Blue) = 157+206+237=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEED is #623112. Grayscale: #C2C2C2. Windows color (decimal): -6435091 or 15584925. OLE color: 15584925.
HSL color Cylindrical-coordinate representation of color #9DCEED: hue angle of 203.25º 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 #9DCEED is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 206 | 237 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.07 |
| HSL | 203.25º | 0.69% | 0.77% | - |
| HSV(B) | 203.25º | 0.34% | 0.93% | - |
| XYZ | 51.26 | 57.43 | 88.5 | - |
| YUV | 194.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 237 | 0.34 | 0.13 | 0 | 0.07 | 203.25 | 0.69 | 0.77 |
| Hex | 9D | CE | ED | 22 | D | 0 | 7 | CB | 45 | 4D |
| Octal | 235 | 316 | 355 | 42 | 15 | 0 | 7 | 313 | 105 | 115 |
| Binary | 10011101 | 11001110 | 11101101 | 100010 | 1101 | 0 | 111 | 11001011 | 1000101 | 1001101 |
Color Harmonies of #9DCEED
Complementary color
Monochromatic Colors of #9DCEED
Black with #9DCEED
Text Example
Text Example
White with #9DCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEED; }
p { color: rgb(157,206,237); }
H1.HeaderClassName
{
color: #9DCEED;
}
.AnyTagClassName
{
color: #9DCEED;
}
</style>
background-color css
<style>
a { background-color: #9DCEED; }
a { background-color: rgb(157,206,237); }
div.DivClassName
{
background-color: #9DCEED;
}
.BgClassName
{
background-color: #9DCEED;
}
</style>
border-color css
<style>
span { border-color: #9DCEED; }
span { border-color: rgb(157,206,237); }
td.TdClassName
{
border-color: #9DCEED;
}
.TagClassName
{
border-color: #9DCEED;
}
</style>