Shades of Sail #9FCEEE
Tints of Sail #9FCEEE
RGB
CMYK
RGB Variations
Color information
#9FCEEE (or 0x9FCEEE) is known color: Sail. HEX triplet: 9F, CE and EE. RGB value is (159,206,238). Sum of RGB (Red+Green+Blue) = 159+206+238=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FCEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEEE is #603111. Grayscale: #C3C3C3. Windows color (decimal): -6304018 or 15650463. OLE color: 15650463.
HSL color Cylindrical-coordinate representation of color #9FCEEE: hue angle of 204.3º degrees, saturation: 0.7, 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 #9FCEEE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 206 | 238 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.07 |
| HSL | 204.3º | 0.7% | 0.78% | - |
| HSV(B) | 204.3º | 0.33% | 0.93% | - |
| XYZ | 51.8 | 57.69 | 89.29 | - |
| YUV | 195.6 | 151.93 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 238 | 0.33 | 0.13 | 0 | 0.07 | 204.3 | 0.7 | 0.78 |
| Hex | 9F | CE | EE | 21 | D | 0 | 7 | CC | 46 | 4E |
| Octal | 237 | 316 | 356 | 41 | 15 | 0 | 7 | 314 | 106 | 116 |
| Binary | 10011111 | 11001110 | 11101110 | 100001 | 1101 | 0 | 111 | 11001100 | 1000110 | 1001110 |
Color Harmonies of #9FCEEE
Complementary color
Monochromatic Colors of #9FCEEE
Black with #9FCEEE
Text Example
Text Example
White with #9FCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEEE; }
p { color: rgb(159,206,238); }
H1.HeaderClassName
{
color: #9FCEEE;
}
.AnyTagClassName
{
color: #9FCEEE;
}
</style>
background-color css
<style>
a { background-color: #9FCEEE; }
a { background-color: rgb(159,206,238); }
div.DivClassName
{
background-color: #9FCEEE;
}
.BgClassName
{
background-color: #9FCEEE;
}
</style>
border-color css
<style>
span { border-color: #9FCEEE; }
span { border-color: rgb(159,206,238); }
td.TdClassName
{
border-color: #9FCEEE;
}
.TagClassName
{
border-color: #9FCEEE;
}
</style>