Shades of Columbia Blue #9CE4FC
Tints of Columbia Blue #9CE4FC
RGB
CMYK
RGB Variations
Color information
#9CE4FC (or 0x9CE4FC) is known color: Columbia Blue. HEX triplet: 9C, E4 and FC. RGB value is (156,228,252). Sum of RGB (Red+Green+Blue) = 156+228+252=636 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.53% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CE4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE4FC is #631B03. Grayscale: #D1D1D1. Windows color (decimal): -6494980 or 16573596. OLE color: 16573596.
HSL color Cylindrical-coordinate representation of color #9CE4FC: hue angle of 195º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CE4FC is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 228 | 252 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.01 |
| HSL | 195º | 0.94% | 0.8% | - |
| HSV(B) | 195º | 0.38% | 0.99% | - |
| XYZ | 59.02 | 69.58 | 102.42 | - |
| YUV | 209.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 252 | 0.38 | 0.10 | 0 | 0.01 | 195 | 0.94 | 0.8 |
| Hex | 9C | E4 | FC | 26 | A | 0 | 1 | C3 | 5E | 50 |
| Octal | 234 | 344 | 374 | 46 | 12 | 0 | 1 | 303 | 136 | 120 |
| Binary | 10011100 | 11100100 | 11111100 | 100110 | 1010 | 0 | 1 | 11000011 | 1011110 | 1010000 |
Color Harmonies of #9CE4FC
Complementary color
Monochromatic Colors of #9CE4FC
Black with #9CE4FC
Text Example
Text Example
White with #9CE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE4FC; }
p { color: rgb(156,228,252); }
H1.HeaderClassName
{
color: #9CE4FC;
}
.AnyTagClassName
{
color: #9CE4FC;
}
</style>
background-color css
<style>
a { background-color: #9CE4FC; }
a { background-color: rgb(156,228,252); }
div.DivClassName
{
background-color: #9CE4FC;
}
.BgClassName
{
background-color: #9CE4FC;
}
</style>
border-color css
<style>
span { border-color: #9CE4FC; }
span { border-color: rgb(156,228,252); }
td.TdClassName
{
border-color: #9CE4FC;
}
.TagClassName
{
border-color: #9CE4FC;
}
</style>