Shades of Columbia Blue #8CE3FC
Tints of Columbia Blue #8CE3FC
RGB
CMYK
RGB Variations
Color information
#8CE3FC (or 0x8CE3FC) is known color: Columbia Blue. HEX triplet: 8C, E3 and FC. RGB value is (140,227,252). Sum of RGB (Red+Green+Blue) = 140+227+252=619 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.62% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CE3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE3FC is #731C03. Grayscale: #CBCBCB. Windows color (decimal): -7543812 or 16573324. OLE color: 16573324.
HSL color Cylindrical-coordinate representation of color #8CE3FC: hue angle of 193.39º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CE3FC is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 227 | 252 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.01 |
| HSL | 193.39º | 0.95% | 0.77% | - |
| HSV(B) | 193.39º | 0.44% | 0.99% | - |
| XYZ | 55.86 | 67.54 | 102.19 | - |
| YUV | 203.84 | 155.18 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 252 | 0.44 | 0.10 | 0 | 0.01 | 193.39 | 0.95 | 0.77 |
| Hex | 8C | E3 | FC | 2C | A | 0 | 1 | C1 | 5F | 4D |
| Octal | 214 | 343 | 374 | 54 | 12 | 0 | 1 | 301 | 137 | 115 |
| Binary | 10001100 | 11100011 | 11111100 | 101100 | 1010 | 0 | 1 | 11000001 | 1011111 | 1001101 |
Color Harmonies of #8CE3FC
Complementary color
Monochromatic Colors of #8CE3FC
Black with #8CE3FC
Text Example
Text Example
White with #8CE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE3FC; }
p { color: rgb(140,227,252); }
H1.HeaderClassName
{
color: #8CE3FC;
}
.AnyTagClassName
{
color: #8CE3FC;
}
</style>
background-color css
<style>
a { background-color: #8CE3FC; }
a { background-color: rgb(140,227,252); }
div.DivClassName
{
background-color: #8CE3FC;
}
.BgClassName
{
background-color: #8CE3FC;
}
</style>
border-color css
<style>
span { border-color: #8CE3FC; }
span { border-color: rgb(140,227,252); }
td.TdClassName
{
border-color: #8CE3FC;
}
.TagClassName
{
border-color: #8CE3FC;
}
</style>