Shades of Columbia Blue #9EE4FA
Tints of Columbia Blue #9EE4FA
RGB
CMYK
RGB Variations
Color information
#9EE4FA (or 0x9EE4FA) is known color: Columbia Blue. HEX triplet: 9E, E4 and FA. RGB value is (158,228,250). Sum of RGB (Red+Green+Blue) = 158+228+250=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE4FA is #611B05. Grayscale: #D1D1D1. Windows color (decimal): -6363910 or 16442526. OLE color: 16442526.
HSL color Cylindrical-coordinate representation of color #9EE4FA: hue angle of 194.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EE4FA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 228 | 250 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.02 |
| HSL | 194.35º | 0.9% | 0.8% | - |
| HSV(B) | 194.35º | 0.37% | 0.98% | - |
| XYZ | 59.1 | 69.66 | 100.77 | - |
| YUV | 209.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 250 | 0.37 | 0.09 | 0 | 0.02 | 194.35 | 0.9 | 0.8 |
| Hex | 9E | E4 | FA | 25 | 9 | 0 | 2 | C2 | 5A | 50 |
| Octal | 236 | 344 | 372 | 45 | 11 | 0 | 2 | 302 | 132 | 120 |
| Binary | 10011110 | 11100100 | 11111010 | 100101 | 1001 | 0 | 10 | 11000010 | 1011010 | 1010000 |
Color Harmonies of #9EE4FA
Complementary color
Monochromatic Colors of #9EE4FA
Black with #9EE4FA
Text Example
Text Example
White with #9EE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE4FA; }
p { color: rgb(158,228,250); }
H1.HeaderClassName
{
color: #9EE4FA;
}
.AnyTagClassName
{
color: #9EE4FA;
}
</style>
background-color css
<style>
a { background-color: #9EE4FA; }
a { background-color: rgb(158,228,250); }
div.DivClassName
{
background-color: #9EE4FA;
}
.BgClassName
{
background-color: #9EE4FA;
}
</style>
border-color css
<style>
span { border-color: #9EE4FA; }
span { border-color: rgb(158,228,250); }
td.TdClassName
{
border-color: #9EE4FA;
}
.TagClassName
{
border-color: #9EE4FA;
}
</style>