Shades of Sail #9FCEEB
Tints of Sail #9FCEEB
RGB
CMYK
RGB Variations
Color information
#9FCEEB (or 0x9FCEEB) is known color: Sail. HEX triplet: 9F, CE and EB. RGB value is (159,206,235). Sum of RGB (Red+Green+Blue) = 159+206+235=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEEB is #603114. Grayscale: #C3C3C3. Windows color (decimal): -6304021 or 15453855. OLE color: 15453855.
HSL color Cylindrical-coordinate representation of color #9FCEEB: hue angle of 202.89º degrees, saturation: 0.66, 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 #9FCEEB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 206 | 235 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.08 |
| HSL | 202.89º | 0.66% | 0.77% | - |
| HSV(B) | 202.89º | 0.32% | 0.92% | - |
| XYZ | 51.36 | 57.51 | 86.99 | - |
| YUV | 195.25 | 150.43 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 235 | 0.32 | 0.12 | 0 | 0.08 | 202.89 | 0.66 | 0.77 |
| Hex | 9F | CE | EB | 20 | C | 0 | 8 | CB | 42 | 4D |
| Octal | 237 | 316 | 353 | 40 | 14 | 0 | 10 | 313 | 102 | 115 |
| Binary | 10011111 | 11001110 | 11101011 | 100000 | 1100 | 0 | 1000 | 11001011 | 1000010 | 1001101 |
Color Harmonies of #9FCEEB
Complementary color
Monochromatic Colors of #9FCEEB
Black with #9FCEEB
Text Example
Text Example
White with #9FCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEEB; }
p { color: rgb(159,206,235); }
H1.HeaderClassName
{
color: #9FCEEB;
}
.AnyTagClassName
{
color: #9FCEEB;
}
</style>
background-color css
<style>
a { background-color: #9FCEEB; }
a { background-color: rgb(159,206,235); }
div.DivClassName
{
background-color: #9FCEEB;
}
.BgClassName
{
background-color: #9FCEEB;
}
</style>
border-color css
<style>
span { border-color: #9FCEEB; }
span { border-color: rgb(159,206,235); }
td.TdClassName
{
border-color: #9FCEEB;
}
.TagClassName
{
border-color: #9FCEEB;
}
</style>