Shades of Columbia Blue #9EECFE
Tints of Columbia Blue #9EECFE
RGB
CMYK
RGB Variations
Color information
#9EECFE (or 0x9EECFE) is known color: Columbia Blue. HEX triplet: 9E, EC and FE. RGB value is (158,236,254). Sum of RGB (Red+Green+Blue) = 158+236+254=648 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.38% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECFE is #611301. Grayscale: #D6D6D6. Windows color (decimal): -6361858 or 16706718. OLE color: 16706718.
HSL color Cylindrical-coordinate representation of color #9EECFE: hue angle of 191.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EECFE is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 236 | 254 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.00 |
| HSL | 191.25º | 0.98% | 0.81% | - |
| HSV(B) | 191.25º | 0.38% | 1% | - |
| XYZ | 61.99 | 74.42 | 104.86 | - |
| YUV | 214.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 254 | 0.38 | 0.07 | 0 | 0.00 | 191.25 | 0.98 | 0.81 |
| Hex | 9E | EC | FE | 26 | 7 | 0 | 0 | BF | 62 | 51 |
| Octal | 236 | 354 | 376 | 46 | 7 | 0 | 0 | 277 | 142 | 121 |
| Binary | 10011110 | 11101100 | 11111110 | 100110 | 111 | 0 | 0 | 10111111 | 1100010 | 1010001 |
Color Harmonies of #9EECFE
Complementary color
Monochromatic Colors of #9EECFE
Black with #9EECFE
Text Example
Text Example
White with #9EECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECFE; }
p { color: rgb(158,236,254); }
H1.HeaderClassName
{
color: #9EECFE;
}
.AnyTagClassName
{
color: #9EECFE;
}
</style>
background-color css
<style>
a { background-color: #9EECFE; }
a { background-color: rgb(158,236,254); }
div.DivClassName
{
background-color: #9EECFE;
}
.BgClassName
{
background-color: #9EECFE;
}
</style>
border-color css
<style>
span { border-color: #9EECFE; }
span { border-color: rgb(158,236,254); }
td.TdClassName
{
border-color: #9EECFE;
}
.TagClassName
{
border-color: #9EECFE;
}
</style>