Shades of Columbia Blue #9CECFF
Tints of Columbia Blue #9CECFF
RGB
CMYK
RGB Variations
Color information
#9CECFF (or 0x9CECFF) is known color: Columbia Blue. HEX triplet: 9C, EC and FF. RGB value is (156,236,255). Sum of RGB (Red+Green+Blue) = 156+236+255=647 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.11% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CECFF is #631300. Grayscale: #D6D6D6. Windows color (decimal): -6492929 or 16772252. OLE color: 16772252.
HSL color Cylindrical-coordinate representation of color #9CECFF: hue angle of 191.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CECFF is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 236 | 255 | - |
| CMYK | 0.39 | 0.07 | 0 | 0 |
| HSL | 191.52º | 1% | 0.81% | - |
| HSV(B) | 191.52º | 0.39% | 1% | - |
| XYZ | 61.76 | 74.28 | 105.69 | - |
| YUV | 214.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 255 | 0.39 | 0.07 | 0 | 0 | 191.52 | 1 | 0.81 |
| Hex | 9C | EC | FF | 27 | 7 | 0 | 0 | C0 | 64 | 51 |
| Octal | 234 | 354 | 377 | 47 | 7 | 0 | 0 | 300 | 144 | 121 |
| Binary | 10011100 | 11101100 | 11111111 | 100111 | 111 | 0 | 0 | 11000000 | 1100100 | 1010001 |
Color Harmonies of #9CECFF
Complementary color
Monochromatic Colors of #9CECFF
Black with #9CECFF
Text Example
Text Example
White with #9CECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECFF; }
p { color: rgb(156,236,255); }
H1.HeaderClassName
{
color: #9CECFF;
}
.AnyTagClassName
{
color: #9CECFF;
}
</style>
background-color css
<style>
a { background-color: #9CECFF; }
a { background-color: rgb(156,236,255); }
div.DivClassName
{
background-color: #9CECFF;
}
.BgClassName
{
background-color: #9CECFF;
}
</style>
border-color css
<style>
span { border-color: #9CECFF; }
span { border-color: rgb(156,236,255); }
td.TdClassName
{
border-color: #9CECFF;
}
.TagClassName
{
border-color: #9CECFF;
}
</style>