Shades of Columbia Blue #9EE5FF
Tints of Columbia Blue #9EE5FF
RGB
CMYK
RGB Variations
Color information
#9EE5FF (or 0x9EE5FF) is known color: Columbia Blue. HEX triplet: 9E, E5 and FF. RGB value is (158,229,255). Sum of RGB (Red+Green+Blue) = 158+229+255=642 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.61% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE5FF is #611A00. Grayscale: #D2D2D2. Windows color (decimal): -6363649 or 16770462. OLE color: 16770462.
HSL color Cylindrical-coordinate representation of color #9EE5FF: hue angle of 196.08º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EE5FF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 229 | 255 | - |
| CMYK | 0.38 | 0.10 | 0 | 0 |
| HSL | 196.08º | 1% | 0.81% | - |
| HSV(B) | 196.08º | 0.38% | 1% | - |
| XYZ | 60.17 | 70.53 | 105.05 | - |
| YUV | 210.74 | 152.98 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 255 | 0.38 | 0.10 | 0 | 0 | 196.08 | 1 | 0.81 |
| Hex | 9E | E5 | FF | 26 | A | 0 | 0 | C4 | 64 | 51 |
| Octal | 236 | 345 | 377 | 46 | 12 | 0 | 0 | 304 | 144 | 121 |
| Binary | 10011110 | 11100101 | 11111111 | 100110 | 1010 | 0 | 0 | 11000100 | 1100100 | 1010001 |
Color Harmonies of #9EE5FF
Complementary color
Monochromatic Colors of #9EE5FF
Black with #9EE5FF
Text Example
Text Example
White with #9EE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE5FF; }
p { color: rgb(158,229,255); }
H1.HeaderClassName
{
color: #9EE5FF;
}
.AnyTagClassName
{
color: #9EE5FF;
}
</style>
background-color css
<style>
a { background-color: #9EE5FF; }
a { background-color: rgb(158,229,255); }
div.DivClassName
{
background-color: #9EE5FF;
}
.BgClassName
{
background-color: #9EE5FF;
}
</style>
border-color css
<style>
span { border-color: #9EE5FF; }
span { border-color: rgb(158,229,255); }
td.TdClassName
{
border-color: #9EE5FF;
}
.TagClassName
{
border-color: #9EE5FF;
}
</style>