Shades of Columbia Blue #9EEBFF
Tints of Columbia Blue #9EEBFF
RGB
CMYK
RGB Variations
Color information
#9EEBFF (or 0x9EEBFF) is known color: Columbia Blue. HEX triplet: 9E, EB and FF. RGB value is (158,235,255). Sum of RGB (Red+Green+Blue) = 158+235+255=648 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.38% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBFF is #611400. Grayscale: #D6D6D6. Windows color (decimal): -6362113 or 16771998. OLE color: 16771998.
HSL color Cylindrical-coordinate representation of color #9EEBFF: hue angle of 192.37º 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 #9EEBFF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 235 | 255 | - |
| CMYK | 0.38 | 0.08 | 0 | 0 |
| HSL | 192.37º | 1% | 0.81% | - |
| HSV(B) | 192.37º | 0.38% | 1% | - |
| XYZ | 61.86 | 73.91 | 105.61 | - |
| YUV | 214.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 255 | 0.38 | 0.08 | 0 | 0 | 192.37 | 1 | 0.81 |
| Hex | 9E | EB | FF | 26 | 8 | 0 | 0 | C0 | 64 | 51 |
| Octal | 236 | 353 | 377 | 46 | 10 | 0 | 0 | 300 | 144 | 121 |
| Binary | 10011110 | 11101011 | 11111111 | 100110 | 1000 | 0 | 0 | 11000000 | 1100100 | 1010001 |
Color Harmonies of #9EEBFF
Complementary color
Monochromatic Colors of #9EEBFF
Black with #9EEBFF
Text Example
Text Example
White with #9EEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBFF; }
p { color: rgb(158,235,255); }
H1.HeaderClassName
{
color: #9EEBFF;
}
.AnyTagClassName
{
color: #9EEBFF;
}
</style>
background-color css
<style>
a { background-color: #9EEBFF; }
a { background-color: rgb(158,235,255); }
div.DivClassName
{
background-color: #9EEBFF;
}
.BgClassName
{
background-color: #9EEBFF;
}
</style>
border-color css
<style>
span { border-color: #9EEBFF; }
span { border-color: rgb(158,235,255); }
td.TdClassName
{
border-color: #9EEBFF;
}
.TagClassName
{
border-color: #9EEBFF;
}
</style>