Shades of Sail #9CC6EE
Tints of Sail #9CC6EE
RGB
CMYK
RGB Variations
Color information
#9CC6EE (or 0x9CC6EE) is known color: Sail. HEX triplet: 9C, C6 and EE. RGB value is (156,198,238). Sum of RGB (Red+Green+Blue) = 156+198+238=592 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.35% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CC6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC6EE is #633911. Grayscale: #BDBDBD. Windows color (decimal): -6502674 or 15648412. OLE color: 15648412.
HSL color Cylindrical-coordinate representation of color #9CC6EE: hue angle of 209.27º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CC6EE is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 198 | 238 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.07 |
| HSL | 209.27º | 0.71% | 0.77% | - |
| HSV(B) | 209.27º | 0.34% | 0.93% | - |
| XYZ | 49.34 | 53.63 | 88.64 | - |
| YUV | 190 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 238 | 0.34 | 0.17 | 0 | 0.07 | 209.27 | 0.71 | 0.77 |
| Hex | 9C | C6 | EE | 22 | 11 | 0 | 7 | D1 | 47 | 4D |
| Octal | 234 | 306 | 356 | 42 | 21 | 0 | 7 | 321 | 107 | 115 |
| Binary | 10011100 | 11000110 | 11101110 | 100010 | 10001 | 0 | 111 | 11010001 | 1000111 | 1001101 |
Color Harmonies of #9CC6EE
Complementary color
Monochromatic Colors of #9CC6EE
Black with #9CC6EE
Text Example
Text Example
White with #9CC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC6EE; }
p { color: rgb(156,198,238); }
H1.HeaderClassName
{
color: #9CC6EE;
}
.AnyTagClassName
{
color: #9CC6EE;
}
</style>
background-color css
<style>
a { background-color: #9CC6EE; }
a { background-color: rgb(156,198,238); }
div.DivClassName
{
background-color: #9CC6EE;
}
.BgClassName
{
background-color: #9CC6EE;
}
</style>
border-color css
<style>
span { border-color: #9CC6EE; }
span { border-color: rgb(156,198,238); }
td.TdClassName
{
border-color: #9CC6EE;
}
.TagClassName
{
border-color: #9CC6EE;
}
</style>