Shades of Sail #9CC2EE
Tints of Sail #9CC2EE
RGB
CMYK
RGB Variations
Color information
#9CC2EE (or 0x9CC2EE) is known color: Sail. HEX triplet: 9C, C2 and EE. RGB value is (156,194,238). Sum of RGB (Red+Green+Blue) = 156+194+238=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CC2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC2EE is #633D11. Grayscale: #BBBBBB. Windows color (decimal): -6503698 or 15647388. OLE color: 15647388.
HSL color Cylindrical-coordinate representation of color #9CC2EE: hue angle of 212.2º 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 #9CC2EE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 194 | 238 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.07 |
| HSL | 212.2º | 0.71% | 0.77% | - |
| HSV(B) | 212.2º | 0.34% | 0.93% | - |
| XYZ | 48.43 | 51.82 | 88.34 | - |
| YUV | 187.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 238 | 0.34 | 0.18 | 0 | 0.07 | 212.2 | 0.71 | 0.77 |
| Hex | 9C | C2 | EE | 22 | 12 | 0 | 7 | D4 | 47 | 4D |
| Octal | 234 | 302 | 356 | 42 | 22 | 0 | 7 | 324 | 107 | 115 |
| Binary | 10011100 | 11000010 | 11101110 | 100010 | 10010 | 0 | 111 | 11010100 | 1000111 | 1001101 |
Color Harmonies of #9CC2EE
Complementary color
Monochromatic Colors of #9CC2EE
Black with #9CC2EE
Text Example
Text Example
White with #9CC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC2EE; }
p { color: rgb(156,194,238); }
H1.HeaderClassName
{
color: #9CC2EE;
}
.AnyTagClassName
{
color: #9CC2EE;
}
</style>
background-color css
<style>
a { background-color: #9CC2EE; }
a { background-color: rgb(156,194,238); }
div.DivClassName
{
background-color: #9CC2EE;
}
.BgClassName
{
background-color: #9CC2EE;
}
</style>
border-color css
<style>
span { border-color: #9CC2EE; }
span { border-color: rgb(156,194,238); }
td.TdClassName
{
border-color: #9CC2EE;
}
.TagClassName
{
border-color: #9CC2EE;
}
</style>