Shades of Columbia Blue #8CE0FC
Tints of Columbia Blue #8CE0FC
RGB
CMYK
RGB Variations
Color information
#8CE0FC (or 0x8CE0FC) is known color: Columbia Blue. HEX triplet: 8C, E0 and FC. RGB value is (140,224,252). Sum of RGB (Red+Green+Blue) = 140+224+252=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE0FC is #731F03. Grayscale: #C9C9C9. Windows color (decimal): -7544580 or 16572556. OLE color: 16572556.
HSL color Cylindrical-coordinate representation of color #8CE0FC: hue angle of 195º 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 #8CE0FC is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 224 | 252 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.01 |
| HSL | 195º | 0.95% | 0.77% | - |
| HSV(B) | 195º | 0.44% | 0.99% | - |
| XYZ | 55.04 | 65.92 | 101.92 | - |
| YUV | 202.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 252 | 0.44 | 0.11 | 0 | 0.01 | 195 | 0.95 | 0.77 |
| Hex | 8C | E0 | FC | 2C | B | 0 | 1 | C3 | 5F | 4D |
| Octal | 214 | 340 | 374 | 54 | 13 | 0 | 1 | 303 | 137 | 115 |
| Binary | 10001100 | 11100000 | 11111100 | 101100 | 1011 | 0 | 1 | 11000011 | 1011111 | 1001101 |
Color Harmonies of #8CE0FC
Complementary color
Monochromatic Colors of #8CE0FC
Black with #8CE0FC
Text Example
Text Example
White with #8CE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE0FC; }
p { color: rgb(140,224,252); }
H1.HeaderClassName
{
color: #8CE0FC;
}
.AnyTagClassName
{
color: #8CE0FC;
}
</style>
background-color css
<style>
a { background-color: #8CE0FC; }
a { background-color: rgb(140,224,252); }
div.DivClassName
{
background-color: #8CE0FC;
}
.BgClassName
{
background-color: #8CE0FC;
}
</style>
border-color css
<style>
span { border-color: #8CE0FC; }
span { border-color: rgb(140,224,252); }
td.TdClassName
{
border-color: #8CE0FC;
}
.TagClassName
{
border-color: #8CE0FC;
}
</style>