Shades of Sail #9CCAEA
Tints of Sail #9CCAEA
RGB
CMYK
RGB Variations
Color information
#9CCAEA (or 0x9CCAEA) is known color: Sail. HEX triplet: 9C, CA and EA. RGB value is (156,202,234). Sum of RGB (Red+Green+Blue) = 156+202+234=592 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.35% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CCAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCAEA is #633515. Grayscale: #BFBFBF. Windows color (decimal): -6501654 or 15387292. OLE color: 15387292.
HSL color Cylindrical-coordinate representation of color #9CCAEA: hue angle of 204.62º 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 #9CCAEA is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 202 | 234 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.08 |
| HSL | 204.62º | 0.65% | 0.76% | - |
| HSV(B) | 204.62º | 0.33% | 0.92% | - |
| XYZ | 49.68 | 55.25 | 85.89 | - |
| YUV | 191.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 234 | 0.33 | 0.14 | 0 | 0.08 | 204.62 | 0.65 | 0.76 |
| Hex | 9C | CA | EA | 21 | E | 0 | 8 | CD | 41 | 4C |
| Octal | 234 | 312 | 352 | 41 | 16 | 0 | 10 | 315 | 101 | 114 |
| Binary | 10011100 | 11001010 | 11101010 | 100001 | 1110 | 0 | 1000 | 11001101 | 1000001 | 1001100 |
Color Harmonies of #9CCAEA
Complementary color
Monochromatic Colors of #9CCAEA
Black with #9CCAEA
Text Example
Text Example
White with #9CCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCAEA; }
p { color: rgb(156,202,234); }
H1.HeaderClassName
{
color: #9CCAEA;
}
.AnyTagClassName
{
color: #9CCAEA;
}
</style>
background-color css
<style>
a { background-color: #9CCAEA; }
a { background-color: rgb(156,202,234); }
div.DivClassName
{
background-color: #9CCAEA;
}
.BgClassName
{
background-color: #9CCAEA;
}
</style>
border-color css
<style>
span { border-color: #9CCAEA; }
span { border-color: rgb(156,202,234); }
td.TdClassName
{
border-color: #9CCAEA;
}
.TagClassName
{
border-color: #9CCAEA;
}
</style>