Shades of Columbia Blue #9EE1FE
Tints of Columbia Blue #9EE1FE
RGB
CMYK
RGB Variations
Color information
#9EE1FE (or 0x9EE1FE) is known color: Columbia Blue. HEX triplet: 9E, E1 and FE. RGB value is (158,225,254). Sum of RGB (Red+Green+Blue) = 158+225+254=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE1FE is #611E01. Grayscale: #D0D0D0. Windows color (decimal): -6364674 or 16703902. OLE color: 16703902.
HSL color Cylindrical-coordinate representation of color #9EE1FE: hue angle of 198.12º 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 #9EE1FE is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 225 | 254 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.00 |
| HSL | 198.13º | 0.98% | 0.81% | - |
| HSV(B) | 198.13º | 0.38% | 1% | - |
| XYZ | 58.92 | 68.28 | 103.84 | - |
| YUV | 208.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 254 | 0.38 | 0.11 | 0 | 0.00 | 198.13 | 0.98 | 0.81 |
| Hex | 9E | E1 | FE | 26 | B | 0 | 0 | C6 | 62 | 51 |
| Octal | 236 | 341 | 376 | 46 | 13 | 0 | 0 | 306 | 142 | 121 |
| Binary | 10011110 | 11100001 | 11111110 | 100110 | 1011 | 0 | 0 | 11000110 | 1100010 | 1010001 |
Color Harmonies of #9EE1FE
Complementary color
Monochromatic Colors of #9EE1FE
Black with #9EE1FE
Text Example
Text Example
White with #9EE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE1FE; }
p { color: rgb(158,225,254); }
H1.HeaderClassName
{
color: #9EE1FE;
}
.AnyTagClassName
{
color: #9EE1FE;
}
</style>
background-color css
<style>
a { background-color: #9EE1FE; }
a { background-color: rgb(158,225,254); }
div.DivClassName
{
background-color: #9EE1FE;
}
.BgClassName
{
background-color: #9EE1FE;
}
</style>
border-color css
<style>
span { border-color: #9EE1FE; }
span { border-color: rgb(158,225,254); }
td.TdClassName
{
border-color: #9EE1FE;
}
.TagClassName
{
border-color: #9EE1FE;
}
</style>