Shades of Columbia Blue #9CE7FC
Tints of Columbia Blue #9CE7FC
RGB
CMYK
RGB Variations
Color information
#9CE7FC (or 0x9CE7FC) is known color: Columbia Blue. HEX triplet: 9C, E7 and FC. RGB value is (156,231,252). Sum of RGB (Red+Green+Blue) = 156+231+252=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CE7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE7FC is #631803. Grayscale: #D2D2D2. Windows color (decimal): -6494212 or 16574364. OLE color: 16574364.
HSL color Cylindrical-coordinate representation of color #9CE7FC: hue angle of 193.12º 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 #9CE7FC is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 231 | 252 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.01 |
| HSL | 193.13º | 0.94% | 0.8% | - |
| HSV(B) | 193.13º | 0.38% | 0.99% | - |
| XYZ | 59.86 | 71.25 | 102.69 | - |
| YUV | 210.97 | 151.15 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 252 | 0.38 | 0.08 | 0 | 0.01 | 193.13 | 0.94 | 0.8 |
| Hex | 9C | E7 | FC | 26 | 8 | 0 | 1 | C1 | 5E | 50 |
| Octal | 234 | 347 | 374 | 46 | 10 | 0 | 1 | 301 | 136 | 120 |
| Binary | 10011100 | 11100111 | 11111100 | 100110 | 1000 | 0 | 1 | 11000001 | 1011110 | 1010000 |
Color Harmonies of #9CE7FC
Complementary color
Monochromatic Colors of #9CE7FC
Black with #9CE7FC
Text Example
Text Example
White with #9CE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE7FC; }
p { color: rgb(156,231,252); }
H1.HeaderClassName
{
color: #9CE7FC;
}
.AnyTagClassName
{
color: #9CE7FC;
}
</style>
background-color css
<style>
a { background-color: #9CE7FC; }
a { background-color: rgb(156,231,252); }
div.DivClassName
{
background-color: #9CE7FC;
}
.BgClassName
{
background-color: #9CE7FC;
}
</style>
border-color css
<style>
span { border-color: #9CE7FC; }
span { border-color: rgb(156,231,252); }
td.TdClassName
{
border-color: #9CE7FC;
}
.TagClassName
{
border-color: #9CE7FC;
}
</style>