Shades of Sail #9FCCEA
Tints of Sail #9FCCEA
RGB
CMYK
RGB Variations
Color information
#9FCCEA (or 0x9FCCEA) is known color: Sail. HEX triplet: 9F, CC and EA. RGB value is (159,204,234). Sum of RGB (Red+Green+Blue) = 159+204+234=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 204 (80.08% from 255 or 34.17% 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 #9FCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCEA is #603315. Grayscale: #C1C1C1. Windows color (decimal): -6304534 or 15387807. OLE color: 15387807.
HSL color Cylindrical-coordinate representation of color #9FCCEA: hue angle of 204º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCCEA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 204 | 234 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.08 |
| HSL | 204º | 0.64% | 0.77% | - |
| HSV(B) | 204º | 0.32% | 0.92% | - |
| XYZ | 50.74 | 56.5 | 86.07 | - |
| YUV | 193.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 234 | 0.32 | 0.13 | 0 | 0.08 | 204 | 0.64 | 0.77 |
| Hex | 9F | CC | EA | 20 | D | 0 | 8 | CC | 40 | 4D |
| Octal | 237 | 314 | 352 | 40 | 15 | 0 | 10 | 314 | 100 | 115 |
| Binary | 10011111 | 11001100 | 11101010 | 100000 | 1101 | 0 | 1000 | 11001100 | 1000000 | 1001101 |
Color Harmonies of #9FCCEA
Complementary color
Monochromatic Colors of #9FCCEA
Black with #9FCCEA
Text Example
Text Example
White with #9FCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCEA; }
p { color: rgb(159,204,234); }
H1.HeaderClassName
{
color: #9FCCEA;
}
.AnyTagClassName
{
color: #9FCCEA;
}
</style>
background-color css
<style>
a { background-color: #9FCCEA; }
a { background-color: rgb(159,204,234); }
div.DivClassName
{
background-color: #9FCCEA;
}
.BgClassName
{
background-color: #9FCCEA;
}
</style>
border-color css
<style>
span { border-color: #9FCCEA; }
span { border-color: rgb(159,204,234); }
td.TdClassName
{
border-color: #9FCCEA;
}
.TagClassName
{
border-color: #9FCCEA;
}
</style>