Shades of Columbia Blue #9EE3FF
Tints of Columbia Blue #9EE3FF
RGB
CMYK
RGB Variations
Color information
#9EE3FF (or 0x9EE3FF) is known color: Columbia Blue. HEX triplet: 9E, E3 and FF. RGB value is (158,227,255). Sum of RGB (Red+Green+Blue) = 158+227+255=640 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.69% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE3FF is #611C00. Grayscale: #D1D1D1. Windows color (decimal): -6364161 or 16769950. OLE color: 16769950.
HSL color Cylindrical-coordinate representation of color #9EE3FF: hue angle of 197.32º 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 #9EE3FF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 227 | 255 | - |
| CMYK | 0.38 | 0.11 | 0 | 0 |
| HSL | 197.32º | 1% | 0.81% | - |
| HSV(B) | 197.32º | 0.38% | 1% | - |
| XYZ | 59.62 | 69.43 | 104.87 | - |
| YUV | 209.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 255 | 0.38 | 0.11 | 0 | 0 | 197.32 | 1 | 0.81 |
| Hex | 9E | E3 | FF | 26 | B | 0 | 0 | C5 | 64 | 51 |
| Octal | 236 | 343 | 377 | 46 | 13 | 0 | 0 | 305 | 144 | 121 |
| Binary | 10011110 | 11100011 | 11111111 | 100110 | 1011 | 0 | 0 | 11000101 | 1100100 | 1010001 |
Color Harmonies of #9EE3FF
Complementary color
Monochromatic Colors of #9EE3FF
Black with #9EE3FF
Text Example
Text Example
White with #9EE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE3FF; }
p { color: rgb(158,227,255); }
H1.HeaderClassName
{
color: #9EE3FF;
}
.AnyTagClassName
{
color: #9EE3FF;
}
</style>
background-color css
<style>
a { background-color: #9EE3FF; }
a { background-color: rgb(158,227,255); }
div.DivClassName
{
background-color: #9EE3FF;
}
.BgClassName
{
background-color: #9EE3FF;
}
</style>
border-color css
<style>
span { border-color: #9EE3FF; }
span { border-color: rgb(158,227,255); }
td.TdClassName
{
border-color: #9EE3FF;
}
.TagClassName
{
border-color: #9EE3FF;
}
</style>