Shades of Columbia Blue #9CE5FC
Tints of Columbia Blue #9CE5FC
RGB
CMYK
RGB Variations
Color information
#9CE5FC (or 0x9CE5FC) is known color: Columbia Blue. HEX triplet: 9C, E5 and FC. RGB value is (156,229,252). Sum of RGB (Red+Green+Blue) = 156+229+252=637 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.49% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE5FC is #631A03. Grayscale: #D1D1D1. Windows color (decimal): -6494724 or 16573852. OLE color: 16573852.
HSL color Cylindrical-coordinate representation of color #9CE5FC: hue angle of 194.38º 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 #9CE5FC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 229 | 252 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.01 |
| HSL | 194.38º | 0.94% | 0.8% | - |
| HSV(B) | 194.38º | 0.38% | 0.99% | - |
| XYZ | 59.3 | 70.13 | 102.51 | - |
| YUV | 209.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 229 | 252 | 0.38 | 0.09 | 0 | 0.01 | 194.38 | 0.94 | 0.8 |
| Hex | 9C | E5 | FC | 26 | 9 | 0 | 1 | C2 | 5E | 50 |
| Octal | 234 | 345 | 374 | 46 | 11 | 0 | 1 | 302 | 136 | 120 |
| Binary | 10011100 | 11100101 | 11111100 | 100110 | 1001 | 0 | 1 | 11000010 | 1011110 | 1010000 |
Color Harmonies of #9CE5FC
Complementary color
Monochromatic Colors of #9CE5FC
Black with #9CE5FC
Text Example
Text Example
White with #9CE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE5FC; }
p { color: rgb(156,229,252); }
H1.HeaderClassName
{
color: #9CE5FC;
}
.AnyTagClassName
{
color: #9CE5FC;
}
</style>
background-color css
<style>
a { background-color: #9CE5FC; }
a { background-color: rgb(156,229,252); }
div.DivClassName
{
background-color: #9CE5FC;
}
.BgClassName
{
background-color: #9CE5FC;
}
</style>
border-color css
<style>
span { border-color: #9CE5FC; }
span { border-color: rgb(156,229,252); }
td.TdClassName
{
border-color: #9CE5FC;
}
.TagClassName
{
border-color: #9CE5FC;
}
</style>