Shades of Columbia Blue #9CE2FE
Tints of Columbia Blue #9CE2FE
RGB
CMYK
RGB Variations
Color information
#9CE2FE (or 0x9CE2FE) is known color: Columbia Blue. HEX triplet: 9C, E2 and FE. RGB value is (156,226,254). Sum of RGB (Red+Green+Blue) = 156+226+254=636 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.53% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE2FE is #631D01. Grayscale: #D0D0D0. Windows color (decimal): -6495490 or 16704156. OLE color: 16704156.
HSL color Cylindrical-coordinate representation of color #9CE2FE: hue angle of 197.14º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CE2FE is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 226 | 254 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.00 |
| HSL | 197.14º | 0.98% | 0.8% | - |
| HSV(B) | 197.14º | 0.39% | 1% | - |
| XYZ | 58.8 | 68.62 | 103.91 | - |
| YUV | 208.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 226 | 254 | 0.39 | 0.11 | 0 | 0.00 | 197.14 | 0.98 | 0.8 |
| Hex | 9C | E2 | FE | 27 | B | 0 | 0 | C5 | 62 | 50 |
| Octal | 234 | 342 | 376 | 47 | 13 | 0 | 0 | 305 | 142 | 120 |
| Binary | 10011100 | 11100010 | 11111110 | 100111 | 1011 | 0 | 0 | 11000101 | 1100010 | 1010000 |
Color Harmonies of #9CE2FE
Complementary color
Monochromatic Colors of #9CE2FE
Black with #9CE2FE
Text Example
Text Example
White with #9CE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE2FE; }
p { color: rgb(156,226,254); }
H1.HeaderClassName
{
color: #9CE2FE;
}
.AnyTagClassName
{
color: #9CE2FE;
}
</style>
background-color css
<style>
a { background-color: #9CE2FE; }
a { background-color: rgb(156,226,254); }
div.DivClassName
{
background-color: #9CE2FE;
}
.BgClassName
{
background-color: #9CE2FE;
}
</style>
border-color css
<style>
span { border-color: #9CE2FE; }
span { border-color: rgb(156,226,254); }
td.TdClassName
{
border-color: #9CE2FE;
}
.TagClassName
{
border-color: #9CE2FE;
}
</style>