Shades of Sail #9CCEED
Tints of Sail #9CCEED
RGB
CMYK
RGB Variations
Color information
#9CCEED (or 0x9CCEED) is known color: Sail. HEX triplet: 9C, CE and ED. RGB value is (156,206,237). Sum of RGB (Red+Green+Blue) = 156+206+237=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCEED is #633112. Grayscale: #C2C2C2. Windows color (decimal): -6500627 or 15584924. OLE color: 15584924.
HSL color Cylindrical-coordinate representation of color #9CCEED: hue angle of 202.96º 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 #9CCEED is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 206 | 237 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.07 |
| HSL | 202.96º | 0.69% | 0.77% | - |
| HSV(B) | 202.96º | 0.34% | 0.93% | - |
| XYZ | 51.07 | 57.32 | 88.49 | - |
| YUV | 194.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 237 | 0.34 | 0.13 | 0 | 0.07 | 202.96 | 0.69 | 0.77 |
| Hex | 9C | CE | ED | 22 | D | 0 | 7 | CB | 45 | 4D |
| Octal | 234 | 316 | 355 | 42 | 15 | 0 | 7 | 313 | 105 | 115 |
| Binary | 10011100 | 11001110 | 11101101 | 100010 | 1101 | 0 | 111 | 11001011 | 1000101 | 1001101 |
Color Harmonies of #9CCEED
Complementary color
Monochromatic Colors of #9CCEED
Black with #9CCEED
Text Example
Text Example
White with #9CCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEED; }
p { color: rgb(156,206,237); }
H1.HeaderClassName
{
color: #9CCEED;
}
.AnyTagClassName
{
color: #9CCEED;
}
</style>
background-color css
<style>
a { background-color: #9CCEED; }
a { background-color: rgb(156,206,237); }
div.DivClassName
{
background-color: #9CCEED;
}
.BgClassName
{
background-color: #9CCEED;
}
</style>
border-color css
<style>
span { border-color: #9CCEED; }
span { border-color: rgb(156,206,237); }
td.TdClassName
{
border-color: #9CCEED;
}
.TagClassName
{
border-color: #9CCEED;
}
</style>