Shades of Sail #9ECFE7
Tints of Sail #9ECFE7
RGB
CMYK
RGB Variations
Color information
#9ECFE7 (or 0x9ECFE7) is known color: Sail. HEX triplet: 9E, CF and E7. RGB value is (158,207,231). Sum of RGB (Red+Green+Blue) = 158+207+231=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 231 - color contains mainly: blue. Hex color #9ECFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFE7 is #613018. Grayscale: #C2C2C2. Windows color (decimal): -6369305 or 15191966. OLE color: 15191966.
HSL color Cylindrical-coordinate representation of color #9ECFE7: hue angle of 199.73º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECFE7 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 207 | 231 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.09 |
| HSL | 199.73º | 0.6% | 0.76% | - |
| HSV(B) | 199.73º | 0.32% | 0.91% | - |
| XYZ | 50.84 | 57.66 | 84.05 | - |
| YUV | 195.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 231 | 0.32 | 0.10 | 0 | 0.09 | 199.73 | 0.6 | 0.76 |
| Hex | 9E | CF | E7 | 20 | A | 0 | 9 | C8 | 3C | 4C |
| Octal | 236 | 317 | 347 | 40 | 12 | 0 | 11 | 310 | 74 | 114 |
| Binary | 10011110 | 11001111 | 11100111 | 100000 | 1010 | 0 | 1001 | 11001000 | 111100 | 1001100 |
Color Harmonies of #9ECFE7
Complementary color
Monochromatic Colors of #9ECFE7
Black with #9ECFE7
Text Example
Text Example
White with #9ECFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFE7; }
p { color: rgb(158,207,231); }
H1.HeaderClassName
{
color: #9ECFE7;
}
.AnyTagClassName
{
color: #9ECFE7;
}
</style>
background-color css
<style>
a { background-color: #9ECFE7; }
a { background-color: rgb(158,207,231); }
div.DivClassName
{
background-color: #9ECFE7;
}
.BgClassName
{
background-color: #9ECFE7;
}
</style>
border-color css
<style>
span { border-color: #9ECFE7; }
span { border-color: rgb(158,207,231); }
td.TdClassName
{
border-color: #9ECFE7;
}
.TagClassName
{
border-color: #9ECFE7;
}
</style>