Shades of Columbia Blue #9CECFE
Tints of Columbia Blue #9CECFE
RGB
CMYK
RGB Variations
Color information
#9CECFE (or 0x9CECFE) is known color: Columbia Blue. HEX triplet: 9C, EC and FE. RGB value is (156,236,254). Sum of RGB (Red+Green+Blue) = 156+236+254=646 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.15% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CECFE is #631301. Grayscale: #D5D5D5. Windows color (decimal): -6492930 or 16706716. OLE color: 16706716.
HSL color Cylindrical-coordinate representation of color #9CECFE: hue angle of 191.02º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CECFE is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 236 | 254 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.00 |
| HSL | 191.02º | 0.98% | 0.8% | - |
| HSV(B) | 191.02º | 0.39% | 1% | - |
| XYZ | 61.6 | 74.21 | 104.84 | - |
| YUV | 214.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 254 | 0.39 | 0.07 | 0 | 0.00 | 191.02 | 0.98 | 0.8 |
| Hex | 9C | EC | FE | 27 | 7 | 0 | 0 | BF | 62 | 50 |
| Octal | 234 | 354 | 376 | 47 | 7 | 0 | 0 | 277 | 142 | 120 |
| Binary | 10011100 | 11101100 | 11111110 | 100111 | 111 | 0 | 0 | 10111111 | 1100010 | 1010000 |
Color Harmonies of #9CECFE
Complementary color
Monochromatic Colors of #9CECFE
Black with #9CECFE
Text Example
Text Example
White with #9CECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECFE; }
p { color: rgb(156,236,254); }
H1.HeaderClassName
{
color: #9CECFE;
}
.AnyTagClassName
{
color: #9CECFE;
}
</style>
background-color css
<style>
a { background-color: #9CECFE; }
a { background-color: rgb(156,236,254); }
div.DivClassName
{
background-color: #9CECFE;
}
.BgClassName
{
background-color: #9CECFE;
}
</style>
border-color css
<style>
span { border-color: #9CECFE; }
span { border-color: rgb(156,236,254); }
td.TdClassName
{
border-color: #9CECFE;
}
.TagClassName
{
border-color: #9CECFE;
}
</style>