Shades of Sail #9DCDE9
Tints of Sail #9DCDE9
RGB
CMYK
RGB Variations
Color information
#9DCDE9 (or 0x9DCDE9) is known color: Sail. HEX triplet: 9D, CD and E9. RGB value is (157,205,233). Sum of RGB (Red+Green+Blue) = 157+205+233=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DCDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDE9 is #623216. Grayscale: #C1C1C1. Windows color (decimal): -6435351 or 15322525. OLE color: 15322525.
HSL color Cylindrical-coordinate representation of color #9DCDE9: hue angle of 202.11º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCDE9 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 205 | 233 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.09 |
| HSL | 202.11º | 0.63% | 0.76% | - |
| HSV(B) | 202.11º | 0.33% | 0.91% | - |
| XYZ | 50.44 | 56.71 | 85.38 | - |
| YUV | 193.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 233 | 0.33 | 0.12 | 0 | 0.09 | 202.11 | 0.63 | 0.76 |
| Hex | 9D | CD | E9 | 21 | C | 0 | 9 | CA | 3F | 4C |
| Octal | 235 | 315 | 351 | 41 | 14 | 0 | 11 | 312 | 77 | 114 |
| Binary | 10011101 | 11001101 | 11101001 | 100001 | 1100 | 0 | 1001 | 11001010 | 111111 | 1001100 |
Color Harmonies of #9DCDE9
Complementary color
Monochromatic Colors of #9DCDE9
Black with #9DCDE9
Text Example
Text Example
White with #9DCDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDE9; }
p { color: rgb(157,205,233); }
H1.HeaderClassName
{
color: #9DCDE9;
}
.AnyTagClassName
{
color: #9DCDE9;
}
</style>
background-color css
<style>
a { background-color: #9DCDE9; }
a { background-color: rgb(157,205,233); }
div.DivClassName
{
background-color: #9DCDE9;
}
.BgClassName
{
background-color: #9DCDE9;
}
</style>
border-color css
<style>
span { border-color: #9DCDE9; }
span { border-color: rgb(157,205,233); }
td.TdClassName
{
border-color: #9DCDE9;
}
.TagClassName
{
border-color: #9DCDE9;
}
</style>