Shades of Sail #9CC2EA
Tints of Sail #9CC2EA
RGB
CMYK
RGB Variations
Color information
#9CC2EA (or 0x9CC2EA) is known color: Sail. HEX triplet: 9C, C2 and EA. RGB value is (156,194,234). Sum of RGB (Red+Green+Blue) = 156+194+234=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CC2EA is #633D15. Grayscale: #BBBBBB. Windows color (decimal): -6503702 or 15385244. OLE color: 15385244.
HSL color Cylindrical-coordinate representation of color #9CC2EA: hue angle of 210.77º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CC2EA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 194 | 234 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.08 |
| HSL | 210.77º | 0.65% | 0.76% | - |
| HSV(B) | 210.77º | 0.33% | 0.92% | - |
| XYZ | 47.85 | 51.59 | 85.28 | - |
| YUV | 187.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 234 | 0.33 | 0.17 | 0 | 0.08 | 210.77 | 0.65 | 0.76 |
| Hex | 9C | C2 | EA | 21 | 11 | 0 | 8 | D3 | 41 | 4C |
| Octal | 234 | 302 | 352 | 41 | 21 | 0 | 10 | 323 | 101 | 114 |
| Binary | 10011100 | 11000010 | 11101010 | 100001 | 10001 | 0 | 1000 | 11010011 | 1000001 | 1001100 |
Color Harmonies of #9CC2EA
Complementary color
Monochromatic Colors of #9CC2EA
Black with #9CC2EA
Text Example
Text Example
White with #9CC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC2EA; }
p { color: rgb(156,194,234); }
H1.HeaderClassName
{
color: #9CC2EA;
}
.AnyTagClassName
{
color: #9CC2EA;
}
</style>
background-color css
<style>
a { background-color: #9CC2EA; }
a { background-color: rgb(156,194,234); }
div.DivClassName
{
background-color: #9CC2EA;
}
.BgClassName
{
background-color: #9CC2EA;
}
</style>
border-color css
<style>
span { border-color: #9CC2EA; }
span { border-color: rgb(156,194,234); }
td.TdClassName
{
border-color: #9CC2EA;
}
.TagClassName
{
border-color: #9CC2EA;
}
</style>