Shades of Columbia Blue #8CE3FA
Tints of Columbia Blue #8CE3FA
RGB
CMYK
RGB Variations
Color information
#8CE3FA (or 0x8CE3FA) is known color: Columbia Blue. HEX triplet: 8C, E3 and FA. RGB value is (140,227,250). Sum of RGB (Red+Green+Blue) = 140+227+250=617 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.69% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CE3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE3FA is #731C05. Grayscale: #CBCBCB. Windows color (decimal): -7543814 or 16442252. OLE color: 16442252.
HSL color Cylindrical-coordinate representation of color #8CE3FA: hue angle of 192.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CE3FA is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 227 | 250 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.02 |
| HSL | 192.55º | 0.92% | 0.76% | - |
| HSV(B) | 192.55º | 0.44% | 0.98% | - |
| XYZ | 55.54 | 67.42 | 100.53 | - |
| YUV | 203.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 250 | 0.44 | 0.09 | 0 | 0.02 | 192.55 | 0.92 | 0.76 |
| Hex | 8C | E3 | FA | 2C | 9 | 0 | 2 | C1 | 5C | 4C |
| Octal | 214 | 343 | 372 | 54 | 11 | 0 | 2 | 301 | 134 | 114 |
| Binary | 10001100 | 11100011 | 11111010 | 101100 | 1001 | 0 | 10 | 11000001 | 1011100 | 1001100 |
Color Harmonies of #8CE3FA
Complementary color
Monochromatic Colors of #8CE3FA
Black with #8CE3FA
Text Example
Text Example
White with #8CE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE3FA; }
p { color: rgb(140,227,250); }
H1.HeaderClassName
{
color: #8CE3FA;
}
.AnyTagClassName
{
color: #8CE3FA;
}
</style>
background-color css
<style>
a { background-color: #8CE3FA; }
a { background-color: rgb(140,227,250); }
div.DivClassName
{
background-color: #8CE3FA;
}
.BgClassName
{
background-color: #8CE3FA;
}
</style>
border-color css
<style>
span { border-color: #8CE3FA; }
span { border-color: rgb(140,227,250); }
td.TdClassName
{
border-color: #8CE3FA;
}
.TagClassName
{
border-color: #8CE3FA;
}
</style>