Shades of Sail #9FCAED
Tints of Sail #9FCAED
RGB
CMYK
RGB Variations
Color information
#9FCAED (or 0x9FCAED) is known color: Sail. HEX triplet: 9F, CA and ED. RGB value is (159,202,237). Sum of RGB (Red+Green+Blue) = 159+202+237=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FCAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAED is #603512. Grayscale: #C0C0C0. Windows color (decimal): -6305043 or 15583903. OLE color: 15583903.
HSL color Cylindrical-coordinate representation of color #9FCAED: hue angle of 206.92º 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 #9FCAED is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 202 | 237 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.07 |
| HSL | 206.92º | 0.68% | 0.78% | - |
| HSV(B) | 206.92º | 0.33% | 0.93% | - |
| XYZ | 50.7 | 55.73 | 88.2 | - |
| YUV | 193.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 237 | 0.33 | 0.15 | 0 | 0.07 | 206.92 | 0.68 | 0.78 |
| Hex | 9F | CA | ED | 21 | F | 0 | 7 | CF | 44 | 4E |
| Octal | 237 | 312 | 355 | 41 | 17 | 0 | 7 | 317 | 104 | 116 |
| Binary | 10011111 | 11001010 | 11101101 | 100001 | 1111 | 0 | 111 | 11001111 | 1000100 | 1001110 |
Color Harmonies of #9FCAED
Complementary color
Monochromatic Colors of #9FCAED
Black with #9FCAED
Text Example
Text Example
White with #9FCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAED; }
p { color: rgb(159,202,237); }
H1.HeaderClassName
{
color: #9FCAED;
}
.AnyTagClassName
{
color: #9FCAED;
}
</style>
background-color css
<style>
a { background-color: #9FCAED; }
a { background-color: rgb(159,202,237); }
div.DivClassName
{
background-color: #9FCAED;
}
.BgClassName
{
background-color: #9FCAED;
}
</style>
border-color css
<style>
span { border-color: #9FCAED; }
span { border-color: rgb(159,202,237); }
td.TdClassName
{
border-color: #9FCAED;
}
.TagClassName
{
border-color: #9FCAED;
}
</style>