Shades of Sail #9CC5E5
Tints of Sail #9CC5E5
RGB
CMYK
RGB Variations
Color information
#9CC5E5 (or 0x9CC5E5) is known color: Sail. HEX triplet: 9C, C5 and E5. RGB value is (156,197,229). Sum of RGB (Red+Green+Blue) = 156+197+229=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #9CC5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5E5 is #633A1A. Grayscale: #BCBCBC. Windows color (decimal): -6502939 or 15058332. OLE color: 15058332.
HSL color Cylindrical-coordinate representation of color #9CC5E5: hue angle of 206.3º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CC5E5 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 197 | 229 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.10 |
| HSL | 206.3º | 0.58% | 0.75% | - |
| HSV(B) | 206.3º | 0.32% | 0.9% | - |
| XYZ | 47.82 | 52.66 | 81.77 | - |
| YUV | 188.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 229 | 0.32 | 0.14 | 0 | 0.10 | 206.3 | 0.58 | 0.75 |
| Hex | 9C | C5 | E5 | 20 | E | 0 | A | CE | 3A | 4B |
| Octal | 234 | 305 | 345 | 40 | 16 | 0 | 12 | 316 | 72 | 113 |
| Binary | 10011100 | 11000101 | 11100101 | 100000 | 1110 | 0 | 1010 | 11001110 | 111010 | 1001011 |
Color Harmonies of #9CC5E5
Complementary color
Monochromatic Colors of #9CC5E5
Black with #9CC5E5
Text Example
Text Example
White with #9CC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC5E5; }
p { color: rgb(156,197,229); }
H1.HeaderClassName
{
color: #9CC5E5;
}
.AnyTagClassName
{
color: #9CC5E5;
}
</style>
background-color css
<style>
a { background-color: #9CC5E5; }
a { background-color: rgb(156,197,229); }
div.DivClassName
{
background-color: #9CC5E5;
}
.BgClassName
{
background-color: #9CC5E5;
}
</style>
border-color css
<style>
span { border-color: #9CC5E5; }
span { border-color: rgb(156,197,229); }
td.TdClassName
{
border-color: #9CC5E5;
}
.TagClassName
{
border-color: #9CC5E5;
}
</style>