Shades of Sail #9CC9EE
Tints of Sail #9CC9EE
RGB
CMYK
RGB Variations
Color information
#9CC9EE (or 0x9CC9EE) is known color: Sail. HEX triplet: 9C, C9 and EE. RGB value is (156,201,238). Sum of RGB (Red+Green+Blue) = 156+201+238=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CC9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC9EE is #633611. Grayscale: #BFBFBF. Windows color (decimal): -6501906 or 15649180. OLE color: 15649180.
HSL color Cylindrical-coordinate representation of color #9CC9EE: hue angle of 207.07º 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 #9CC9EE is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 201 | 238 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.07 |
| HSL | 207.07º | 0.71% | 0.77% | - |
| HSV(B) | 207.07º | 0.34% | 0.93% | - |
| XYZ | 50.03 | 55.01 | 88.87 | - |
| YUV | 191.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 238 | 0.34 | 0.16 | 0 | 0.07 | 207.07 | 0.71 | 0.77 |
| Hex | 9C | C9 | EE | 22 | 10 | 0 | 7 | CF | 47 | 4D |
| Octal | 234 | 311 | 356 | 42 | 20 | 0 | 7 | 317 | 107 | 115 |
| Binary | 10011100 | 11001001 | 11101110 | 100010 | 10000 | 0 | 111 | 11001111 | 1000111 | 1001101 |
Color Harmonies of #9CC9EE
Complementary color
Monochromatic Colors of #9CC9EE
Black with #9CC9EE
Text Example
Text Example
White with #9CC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC9EE; }
p { color: rgb(156,201,238); }
H1.HeaderClassName
{
color: #9CC9EE;
}
.AnyTagClassName
{
color: #9CC9EE;
}
</style>
background-color css
<style>
a { background-color: #9CC9EE; }
a { background-color: rgb(156,201,238); }
div.DivClassName
{
background-color: #9CC9EE;
}
.BgClassName
{
background-color: #9CC9EE;
}
</style>
border-color css
<style>
span { border-color: #9CC9EE; }
span { border-color: rgb(156,201,238); }
td.TdClassName
{
border-color: #9CC9EE;
}
.TagClassName
{
border-color: #9CC9EE;
}
</style>