Shades of Columbia Blue #9ECFFE
Tints of Columbia Blue #9ECFFE
RGB
CMYK
RGB Variations
Color information
#9ECFFE (or 0x9ECFFE) is known color: Columbia Blue. HEX triplet: 9E, CF and FE. RGB value is (158,207,254). Sum of RGB (Red+Green+Blue) = 158+207+254=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ECFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFFE is #613001. Grayscale: #C5C5C5. Windows color (decimal): -6369282 or 16699294. OLE color: 16699294.
HSL color Cylindrical-coordinate representation of color #9ECFFE: hue angle of 209.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ECFFE is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 207 | 254 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.00 |
| HSL | 209.38º | 0.98% | 0.81% | - |
| HSV(B) | 209.38º | 0.38% | 1% | - |
| XYZ | 54.3 | 59.05 | 102.3 | - |
| YUV | 197.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 254 | 0.38 | 0.19 | 0 | 0.00 | 209.38 | 0.98 | 0.81 |
| Hex | 9E | CF | FE | 26 | 13 | 0 | 0 | D1 | 62 | 51 |
| Octal | 236 | 317 | 376 | 46 | 23 | 0 | 0 | 321 | 142 | 121 |
| Binary | 10011110 | 11001111 | 11111110 | 100110 | 10011 | 0 | 0 | 11010001 | 1100010 | 1010001 |
Color Harmonies of #9ECFFE
Complementary color
Monochromatic Colors of #9ECFFE
Black with #9ECFFE
Text Example
Text Example
White with #9ECFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFFE; }
p { color: rgb(158,207,254); }
H1.HeaderClassName
{
color: #9ECFFE;
}
.AnyTagClassName
{
color: #9ECFFE;
}
</style>
background-color css
<style>
a { background-color: #9ECFFE; }
a { background-color: rgb(158,207,254); }
div.DivClassName
{
background-color: #9ECFFE;
}
.BgClassName
{
background-color: #9ECFFE;
}
</style>
border-color css
<style>
span { border-color: #9ECFFE; }
span { border-color: rgb(158,207,254); }
td.TdClassName
{
border-color: #9ECFFE;
}
.TagClassName
{
border-color: #9ECFFE;
}
</style>