Shades of Sail #9CC5EE
Tints of Sail #9CC5EE
RGB
CMYK
RGB Variations
Color information
#9CC5EE (or 0x9CC5EE) is known color: Sail. HEX triplet: 9C, C5 and EE. RGB value is (156,197,238). Sum of RGB (Red+Green+Blue) = 156+197+238=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CC5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC5EE is #633A11. Grayscale: #BDBDBD. Windows color (decimal): -6502930 or 15648156. OLE color: 15648156.
HSL color Cylindrical-coordinate representation of color #9CC5EE: hue angle of 210º 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 #9CC5EE is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 197 | 238 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.07 |
| HSL | 210º | 0.71% | 0.77% | - |
| HSV(B) | 210º | 0.34% | 0.93% | - |
| XYZ | 49.11 | 53.17 | 88.56 | - |
| YUV | 189.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 238 | 0.34 | 0.17 | 0 | 0.07 | 210 | 0.71 | 0.77 |
| Hex | 9C | C5 | EE | 22 | 11 | 0 | 7 | D2 | 47 | 4D |
| Octal | 234 | 305 | 356 | 42 | 21 | 0 | 7 | 322 | 107 | 115 |
| Binary | 10011100 | 11000101 | 11101110 | 100010 | 10001 | 0 | 111 | 11010010 | 1000111 | 1001101 |
Color Harmonies of #9CC5EE
Complementary color
Monochromatic Colors of #9CC5EE
Black with #9CC5EE
Text Example
Text Example
White with #9CC5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC5EE; }
p { color: rgb(156,197,238); }
H1.HeaderClassName
{
color: #9CC5EE;
}
.AnyTagClassName
{
color: #9CC5EE;
}
</style>
background-color css
<style>
a { background-color: #9CC5EE; }
a { background-color: rgb(156,197,238); }
div.DivClassName
{
background-color: #9CC5EE;
}
.BgClassName
{
background-color: #9CC5EE;
}
</style>
border-color css
<style>
span { border-color: #9CC5EE; }
span { border-color: rgb(156,197,238); }
td.TdClassName
{
border-color: #9CC5EE;
}
.TagClassName
{
border-color: #9CC5EE;
}
</style>