Shades of Sail #9DCEEA
Tints of Sail #9DCEEA
RGB
CMYK
RGB Variations
Color information
#9DCEEA (or 0x9DCEEA) is known color: Sail. HEX triplet: 9D, CE and EA. RGB value is (157,206,234). Sum of RGB (Red+Green+Blue) = 157+206+234=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DCEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEEA is #623115. Grayscale: #C2C2C2. Windows color (decimal): -6435094 or 15388317. OLE color: 15388317.
HSL color Cylindrical-coordinate representation of color #9DCEEA: hue angle of 201.82º 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 #9DCEEA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 206 | 234 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.08 |
| HSL | 201.82º | 0.65% | 0.77% | - |
| HSV(B) | 201.82º | 0.33% | 0.92% | - |
| XYZ | 50.83 | 57.25 | 86.21 | - |
| YUV | 194.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 234 | 0.33 | 0.12 | 0 | 0.08 | 201.82 | 0.65 | 0.77 |
| Hex | 9D | CE | EA | 21 | C | 0 | 8 | CA | 41 | 4D |
| Octal | 235 | 316 | 352 | 41 | 14 | 0 | 10 | 312 | 101 | 115 |
| Binary | 10011101 | 11001110 | 11101010 | 100001 | 1100 | 0 | 1000 | 11001010 | 1000001 | 1001101 |
Color Harmonies of #9DCEEA
Complementary color
Monochromatic Colors of #9DCEEA
Black with #9DCEEA
Text Example
Text Example
White with #9DCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEEA; }
p { color: rgb(157,206,234); }
H1.HeaderClassName
{
color: #9DCEEA;
}
.AnyTagClassName
{
color: #9DCEEA;
}
</style>
background-color css
<style>
a { background-color: #9DCEEA; }
a { background-color: rgb(157,206,234); }
div.DivClassName
{
background-color: #9DCEEA;
}
.BgClassName
{
background-color: #9DCEEA;
}
</style>
border-color css
<style>
span { border-color: #9DCEEA; }
span { border-color: rgb(157,206,234); }
td.TdClassName
{
border-color: #9DCEEA;
}
.TagClassName
{
border-color: #9DCEEA;
}
</style>