Shades of Sail #9FCDE8
Tints of Sail #9FCDE8
RGB
CMYK
RGB Variations
Color information
#9FCDE8 (or 0x9FCDE8) is known color: Sail. HEX triplet: 9F, CD and E8. RGB value is (159,205,232). Sum of RGB (Red+Green+Blue) = 159+205+232=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FCDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDE8 is #603217. Grayscale: #C2C2C2. Windows color (decimal): -6304280 or 15256991. OLE color: 15256991.
HSL color Cylindrical-coordinate representation of color #9FCDE8: hue angle of 202.19º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FCDE8 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 205 | 232 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.09 |
| HSL | 202.19º | 0.61% | 0.77% | - |
| HSV(B) | 202.19º | 0.31% | 0.91% | - |
| XYZ | 50.69 | 56.86 | 84.65 | - |
| YUV | 194.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 232 | 0.31 | 0.12 | 0 | 0.09 | 202.19 | 0.61 | 0.77 |
| Hex | 9F | CD | E8 | 1F | C | 0 | 9 | CA | 3D | 4D |
| Octal | 237 | 315 | 350 | 37 | 14 | 0 | 11 | 312 | 75 | 115 |
| Binary | 10011111 | 11001101 | 11101000 | 11111 | 1100 | 0 | 1001 | 11001010 | 111101 | 1001101 |
Color Harmonies of #9FCDE8
Complementary color
Monochromatic Colors of #9FCDE8
Black with #9FCDE8
Text Example
Text Example
White with #9FCDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDE8; }
p { color: rgb(159,205,232); }
H1.HeaderClassName
{
color: #9FCDE8;
}
.AnyTagClassName
{
color: #9FCDE8;
}
</style>
background-color css
<style>
a { background-color: #9FCDE8; }
a { background-color: rgb(159,205,232); }
div.DivClassName
{
background-color: #9FCDE8;
}
.BgClassName
{
background-color: #9FCDE8;
}
</style>
border-color css
<style>
span { border-color: #9FCDE8; }
span { border-color: rgb(159,205,232); }
td.TdClassName
{
border-color: #9FCDE8;
}
.TagClassName
{
border-color: #9FCDE8;
}
</style>