Shades of Sail #9CCDEF
Tints of Sail #9CCDEF
RGB
CMYK
RGB Variations
Color information
#9CCDEF (or 0x9CCDEF) is known color: Sail. HEX triplet: 9C, CD and EF. RGB value is (156,205,239). Sum of RGB (Red+Green+Blue) = 156+205+239=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CCDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCDEF is #633210. Grayscale: #C2C2C2. Windows color (decimal): -6500881 or 15715740. OLE color: 15715740.
HSL color Cylindrical-coordinate representation of color #9CCDEF: hue angle of 204.58º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CCDEF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 205 | 239 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.06 |
| HSL | 204.58º | 0.72% | 0.77% | - |
| HSV(B) | 204.58º | 0.35% | 0.94% | - |
| XYZ | 51.12 | 56.96 | 89.96 | - |
| YUV | 194.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 239 | 0.35 | 0.14 | 0 | 0.06 | 204.58 | 0.72 | 0.77 |
| Hex | 9C | CD | EF | 23 | E | 0 | 6 | CD | 48 | 4D |
| Octal | 234 | 315 | 357 | 43 | 16 | 0 | 6 | 315 | 110 | 115 |
| Binary | 10011100 | 11001101 | 11101111 | 100011 | 1110 | 0 | 110 | 11001101 | 1001000 | 1001101 |
Color Harmonies of #9CCDEF
Complementary color
Monochromatic Colors of #9CCDEF
Black with #9CCDEF
Text Example
Text Example
White with #9CCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDEF; }
p { color: rgb(156,205,239); }
H1.HeaderClassName
{
color: #9CCDEF;
}
.AnyTagClassName
{
color: #9CCDEF;
}
</style>
background-color css
<style>
a { background-color: #9CCDEF; }
a { background-color: rgb(156,205,239); }
div.DivClassName
{
background-color: #9CCDEF;
}
.BgClassName
{
background-color: #9CCDEF;
}
</style>
border-color css
<style>
span { border-color: #9CCDEF; }
span { border-color: rgb(156,205,239); }
td.TdClassName
{
border-color: #9CCDEF;
}
.TagClassName
{
border-color: #9CCDEF;
}
</style>