Shades of Columbia Blue #9CE1FA
Tints of Columbia Blue #9CE1FA
RGB
CMYK
RGB Variations
Color information
#9CE1FA (or 0x9CE1FA) is known color: Columbia Blue. HEX triplet: 9C, E1 and FA. RGB value is (156,225,250). Sum of RGB (Red+Green+Blue) = 156+225+250=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CE1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE1FA is #631E05. Grayscale: #CFCFCF. Windows color (decimal): -6495750 or 16441756. OLE color: 16441756.
HSL color Cylindrical-coordinate representation of color #9CE1FA: hue angle of 195.96º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CE1FA is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 225 | 250 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.02 |
| HSL | 195.96º | 0.9% | 0.8% | - |
| HSV(B) | 195.96º | 0.38% | 0.98% | - |
| XYZ | 57.89 | 67.82 | 100.48 | - |
| YUV | 207.22 | 152.14 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 250 | 0.38 | 0.10 | 0 | 0.02 | 195.96 | 0.9 | 0.8 |
| Hex | 9C | E1 | FA | 26 | A | 0 | 2 | C4 | 5A | 50 |
| Octal | 234 | 341 | 372 | 46 | 12 | 0 | 2 | 304 | 132 | 120 |
| Binary | 10011100 | 11100001 | 11111010 | 100110 | 1010 | 0 | 10 | 11000100 | 1011010 | 1010000 |
Color Harmonies of #9CE1FA
Complementary color
Monochromatic Colors of #9CE1FA
Black with #9CE1FA
Text Example
Text Example
White with #9CE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1FA; }
p { color: rgb(156,225,250); }
H1.HeaderClassName
{
color: #9CE1FA;
}
.AnyTagClassName
{
color: #9CE1FA;
}
</style>
background-color css
<style>
a { background-color: #9CE1FA; }
a { background-color: rgb(156,225,250); }
div.DivClassName
{
background-color: #9CE1FA;
}
.BgClassName
{
background-color: #9CE1FA;
}
</style>
border-color css
<style>
span { border-color: #9CE1FA; }
span { border-color: rgb(156,225,250); }
td.TdClassName
{
border-color: #9CE1FA;
}
.TagClassName
{
border-color: #9CE1FA;
}
</style>