Shades of Columbia Blue #9EE8FB
Tints of Columbia Blue #9EE8FB
RGB
CMYK
RGB Variations
Color information
#9EE8FB (or 0x9EE8FB) is known color: Columbia Blue. HEX triplet: 9E, E8 and FB. RGB value is (158,232,251). Sum of RGB (Red+Green+Blue) = 158+232+251=641 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.65% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE8FB is #611704. Grayscale: #D3D3D3. Windows color (decimal): -6362885 or 16509086. OLE color: 16509086.
HSL color Cylindrical-coordinate representation of color #9EE8FB: hue angle of 192.26º degrees, saturation: 0.92, 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 #9EE8FB is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 232 | 251 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.02 |
| HSL | 192.26º | 0.92% | 0.8% | - |
| HSV(B) | 192.26º | 0.37% | 0.98% | - |
| XYZ | 60.37 | 71.95 | 101.97 | - |
| YUV | 212.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 251 | 0.37 | 0.08 | 0 | 0.02 | 192.26 | 0.92 | 0.8 |
| Hex | 9E | E8 | FB | 25 | 8 | 0 | 2 | C0 | 5C | 50 |
| Octal | 236 | 350 | 373 | 45 | 10 | 0 | 2 | 300 | 134 | 120 |
| Binary | 10011110 | 11101000 | 11111011 | 100101 | 1000 | 0 | 10 | 11000000 | 1011100 | 1010000 |
Color Harmonies of #9EE8FB
Complementary color
Monochromatic Colors of #9EE8FB
Black with #9EE8FB
Text Example
Text Example
White with #9EE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8FB; }
p { color: rgb(158,232,251); }
H1.HeaderClassName
{
color: #9EE8FB;
}
.AnyTagClassName
{
color: #9EE8FB;
}
</style>
background-color css
<style>
a { background-color: #9EE8FB; }
a { background-color: rgb(158,232,251); }
div.DivClassName
{
background-color: #9EE8FB;
}
.BgClassName
{
background-color: #9EE8FB;
}
</style>
border-color css
<style>
span { border-color: #9EE8FB; }
span { border-color: rgb(158,232,251); }
td.TdClassName
{
border-color: #9EE8FB;
}
.TagClassName
{
border-color: #9EE8FB;
}
</style>