Shades of Columbia Blue #9EECFF
Tints of Columbia Blue #9EECFF
RGB
CMYK
RGB Variations
Color information
#9EECFF (or 0x9EECFF) is known color: Columbia Blue. HEX triplet: 9E, EC and FF. RGB value is (158,236,255). Sum of RGB (Red+Green+Blue) = 158+236+255=649 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.35% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECFF is #611300. Grayscale: #D6D6D6. Windows color (decimal): -6361857 or 16772254. OLE color: 16772254.
HSL color Cylindrical-coordinate representation of color #9EECFF: hue angle of 191.75º 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 #9EECFF is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 236 | 255 | - |
| CMYK | 0.38 | 0.07 | 0 | 0 |
| HSL | 191.75º | 1% | 0.81% | - |
| HSV(B) | 191.75º | 0.38% | 1% | - |
| XYZ | 62.15 | 74.48 | 105.71 | - |
| YUV | 214.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 255 | 0.38 | 0.07 | 0 | 0 | 191.75 | 1 | 0.81 |
| Hex | 9E | EC | FF | 26 | 7 | 0 | 0 | C0 | 64 | 51 |
| Octal | 236 | 354 | 377 | 46 | 7 | 0 | 0 | 300 | 144 | 121 |
| Binary | 10011110 | 11101100 | 11111111 | 100110 | 111 | 0 | 0 | 11000000 | 1100100 | 1010001 |
Color Harmonies of #9EECFF
Complementary color
Monochromatic Colors of #9EECFF
Black with #9EECFF
Text Example
Text Example
White with #9EECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECFF; }
p { color: rgb(158,236,255); }
H1.HeaderClassName
{
color: #9EECFF;
}
.AnyTagClassName
{
color: #9EECFF;
}
</style>
background-color css
<style>
a { background-color: #9EECFF; }
a { background-color: rgb(158,236,255); }
div.DivClassName
{
background-color: #9EECFF;
}
.BgClassName
{
background-color: #9EECFF;
}
</style>
border-color css
<style>
span { border-color: #9EECFF; }
span { border-color: rgb(158,236,255); }
td.TdClassName
{
border-color: #9EECFF;
}
.TagClassName
{
border-color: #9EECFF;
}
</style>