Shades of Sail #9DCDEA
Tints of Sail #9DCDEA
RGB
CMYK
RGB Variations
Color information
#9DCDEA (or 0x9DCDEA) is known color: Sail. HEX triplet: 9D, CD and EA. RGB value is (157,205,234). Sum of RGB (Red+Green+Blue) = 157+205+234=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DCDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCDEA is #623215. Grayscale: #C1C1C1. Windows color (decimal): -6435350 or 15388061. OLE color: 15388061.
HSL color Cylindrical-coordinate representation of color #9DCDEA: hue angle of 202.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCDEA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 205 | 234 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.08 |
| HSL | 202.6º | 0.65% | 0.77% | - |
| HSV(B) | 202.6º | 0.33% | 0.92% | - |
| XYZ | 50.59 | 56.77 | 86.13 | - |
| YUV | 193.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 234 | 0.33 | 0.12 | 0 | 0.08 | 202.6 | 0.65 | 0.77 |
| Hex | 9D | CD | EA | 21 | C | 0 | 8 | CB | 41 | 4D |
| Octal | 235 | 315 | 352 | 41 | 14 | 0 | 10 | 313 | 101 | 115 |
| Binary | 10011101 | 11001101 | 11101010 | 100001 | 1100 | 0 | 1000 | 11001011 | 1000001 | 1001101 |
Color Harmonies of #9DCDEA
Complementary color
Monochromatic Colors of #9DCDEA
Black with #9DCDEA
Text Example
Text Example
White with #9DCDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDEA; }
p { color: rgb(157,205,234); }
H1.HeaderClassName
{
color: #9DCDEA;
}
.AnyTagClassName
{
color: #9DCDEA;
}
</style>
background-color css
<style>
a { background-color: #9DCDEA; }
a { background-color: rgb(157,205,234); }
div.DivClassName
{
background-color: #9DCDEA;
}
.BgClassName
{
background-color: #9DCDEA;
}
</style>
border-color css
<style>
span { border-color: #9DCDEA; }
span { border-color: rgb(157,205,234); }
td.TdClassName
{
border-color: #9DCDEA;
}
.TagClassName
{
border-color: #9DCDEA;
}
</style>