Shades of Columbia Blue #9EE9FC
Tints of Columbia Blue #9EE9FC
RGB
CMYK
RGB Variations
Color information
#9EE9FC (or 0x9EE9FC) is known color: Columbia Blue. HEX triplet: 9E, E9 and FC. RGB value is (158,233,252). Sum of RGB (Red+Green+Blue) = 158+233+252=643 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.57% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EE9FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE9FC is #611603. Grayscale: #D4D4D4. Windows color (decimal): -6362628 or 16574878. OLE color: 16574878.
HSL color Cylindrical-coordinate representation of color #9EE9FC: hue angle of 192.13º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EE9FC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 233 | 252 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.01 |
| HSL | 192.13º | 0.94% | 0.8% | - |
| HSV(B) | 192.13º | 0.37% | 0.99% | - |
| XYZ | 60.81 | 72.58 | 102.9 | - |
| YUV | 212.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 252 | 0.37 | 0.08 | 0 | 0.01 | 192.13 | 0.94 | 0.8 |
| Hex | 9E | E9 | FC | 25 | 8 | 0 | 1 | C0 | 5E | 50 |
| Octal | 236 | 351 | 374 | 45 | 10 | 0 | 1 | 300 | 136 | 120 |
| Binary | 10011110 | 11101001 | 11111100 | 100101 | 1000 | 0 | 1 | 11000000 | 1011110 | 1010000 |
Color Harmonies of #9EE9FC
Complementary color
Monochromatic Colors of #9EE9FC
Black with #9EE9FC
Text Example
Text Example
White with #9EE9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9FC; }
p { color: rgb(158,233,252); }
H1.HeaderClassName
{
color: #9EE9FC;
}
.AnyTagClassName
{
color: #9EE9FC;
}
</style>
background-color css
<style>
a { background-color: #9EE9FC; }
a { background-color: rgb(158,233,252); }
div.DivClassName
{
background-color: #9EE9FC;
}
.BgClassName
{
background-color: #9EE9FC;
}
</style>
border-color css
<style>
span { border-color: #9EE9FC; }
span { border-color: rgb(158,233,252); }
td.TdClassName
{
border-color: #9EE9FC;
}
.TagClassName
{
border-color: #9EE9FC;
}
</style>