Shades of Sail #9FCCED
Tints of Sail #9FCCED
RGB
CMYK
RGB Variations
Color information
#9FCCED (or 0x9FCCED) is known color: Sail. HEX triplet: 9F, CC and ED. RGB value is (159,204,237). Sum of RGB (Red+Green+Blue) = 159+204+237=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 204 (80.08% from 255 or 34% 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 #9FCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCED is #603312. Grayscale: #C2C2C2. Windows color (decimal): -6304531 or 15584415. OLE color: 15584415.
HSL color Cylindrical-coordinate representation of color #9FCCED: hue angle of 205.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FCCED is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 204 | 237 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.07 |
| HSL | 205.38º | 0.68% | 0.78% | - |
| HSV(B) | 205.38º | 0.33% | 0.93% | - |
| XYZ | 51.18 | 56.67 | 88.36 | - |
| YUV | 194.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 237 | 0.33 | 0.14 | 0 | 0.07 | 205.38 | 0.68 | 0.78 |
| Hex | 9F | CC | ED | 21 | E | 0 | 7 | CD | 44 | 4E |
| Octal | 237 | 314 | 355 | 41 | 16 | 0 | 7 | 315 | 104 | 116 |
| Binary | 10011111 | 11001100 | 11101101 | 100001 | 1110 | 0 | 111 | 11001101 | 1000100 | 1001110 |
Color Harmonies of #9FCCED
Complementary color
Monochromatic Colors of #9FCCED
Black with #9FCCED
Text Example
Text Example
White with #9FCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCED; }
p { color: rgb(159,204,237); }
H1.HeaderClassName
{
color: #9FCCED;
}
.AnyTagClassName
{
color: #9FCCED;
}
</style>
background-color css
<style>
a { background-color: #9FCCED; }
a { background-color: rgb(159,204,237); }
div.DivClassName
{
background-color: #9FCCED;
}
.BgClassName
{
background-color: #9FCCED;
}
</style>
border-color css
<style>
span { border-color: #9FCCED; }
span { border-color: rgb(159,204,237); }
td.TdClassName
{
border-color: #9FCCED;
}
.TagClassName
{
border-color: #9FCCED;
}
</style>