Shades of Columbia Blue #9ECFFF
Tints of Columbia Blue #9ECFFF
RGB
CMYK
RGB Variations
Color information
#9ECFFF (or 0x9ECFFF) is known color: Columbia Blue. HEX triplet: 9E, CF and FF. RGB value is (158,207,255). Sum of RGB (Red+Green+Blue) = 158+207+255=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFFF is #613000. Grayscale: #C5C5C5. Windows color (decimal): -6369281 or 16764830. OLE color: 16764830.
HSL color Cylindrical-coordinate representation of color #9ECFFF: hue angle of 209.69º 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 #9ECFFF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 207 | 255 | - |
| CMYK | 0.38 | 0.19 | 0 | 0 |
| HSL | 209.69º | 1% | 0.81% | - |
| HSV(B) | 209.69º | 0.38% | 1% | - |
| XYZ | 54.46 | 59.11 | 103.15 | - |
| YUV | 197.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 255 | 0.38 | 0.19 | 0 | 0 | 209.69 | 1 | 0.81 |
| Hex | 9E | CF | FF | 26 | 13 | 0 | 0 | D2 | 64 | 51 |
| Octal | 236 | 317 | 377 | 46 | 23 | 0 | 0 | 322 | 144 | 121 |
| Binary | 10011110 | 11001111 | 11111111 | 100110 | 10011 | 0 | 0 | 11010010 | 1100100 | 1010001 |
Color Harmonies of #9ECFFF
Complementary color
Monochromatic Colors of #9ECFFF
Black with #9ECFFF
Text Example
Text Example
White with #9ECFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFFF; }
p { color: rgb(158,207,255); }
H1.HeaderClassName
{
color: #9ECFFF;
}
.AnyTagClassName
{
color: #9ECFFF;
}
</style>
background-color css
<style>
a { background-color: #9ECFFF; }
a { background-color: rgb(158,207,255); }
div.DivClassName
{
background-color: #9ECFFF;
}
.BgClassName
{
background-color: #9ECFFF;
}
</style>
border-color css
<style>
span { border-color: #9ECFFF; }
span { border-color: rgb(158,207,255); }
td.TdClassName
{
border-color: #9ECFFF;
}
.TagClassName
{
border-color: #9ECFFF;
}
</style>