Shades of Sail #9CC8ED
Tints of Sail #9CC8ED
RGB
CMYK
RGB Variations
Color information
#9CC8ED (or 0x9CC8ED) is known color: Sail. HEX triplet: 9C, C8 and ED. RGB value is (156,200,237). Sum of RGB (Red+Green+Blue) = 156+200+237=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC8ED is #633712. Grayscale: #BEBEBE. Windows color (decimal): -6502163 or 15583388. OLE color: 15583388.
HSL color Cylindrical-coordinate representation of color #9CC8ED: hue angle of 207.41º degrees, saturation: 0.69, 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 #9CC8ED is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 200 | 237 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.07 |
| HSL | 207.41º | 0.69% | 0.77% | - |
| HSV(B) | 207.41º | 0.34% | 0.93% | - |
| XYZ | 49.65 | 54.49 | 88.02 | - |
| YUV | 191.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 237 | 0.34 | 0.16 | 0 | 0.07 | 207.41 | 0.69 | 0.77 |
| Hex | 9C | C8 | ED | 22 | 10 | 0 | 7 | CF | 45 | 4D |
| Octal | 234 | 310 | 355 | 42 | 20 | 0 | 7 | 317 | 105 | 115 |
| Binary | 10011100 | 11001000 | 11101101 | 100010 | 10000 | 0 | 111 | 11001111 | 1000101 | 1001101 |
Color Harmonies of #9CC8ED
Complementary color
Monochromatic Colors of #9CC8ED
Black with #9CC8ED
Text Example
Text Example
White with #9CC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC8ED; }
p { color: rgb(156,200,237); }
H1.HeaderClassName
{
color: #9CC8ED;
}
.AnyTagClassName
{
color: #9CC8ED;
}
</style>
background-color css
<style>
a { background-color: #9CC8ED; }
a { background-color: rgb(156,200,237); }
div.DivClassName
{
background-color: #9CC8ED;
}
.BgClassName
{
background-color: #9CC8ED;
}
</style>
border-color css
<style>
span { border-color: #9CC8ED; }
span { border-color: rgb(156,200,237); }
td.TdClassName
{
border-color: #9CC8ED;
}
.TagClassName
{
border-color: #9CC8ED;
}
</style>