Shades of Columbia Blue #8CE4FA
Tints of Columbia Blue #8CE4FA
RGB
CMYK
RGB Variations
Color information
#8CE4FA (or 0x8CE4FA) is known color: Columbia Blue. HEX triplet: 8C, E4 and FA. RGB value is (140,228,250). Sum of RGB (Red+Green+Blue) = 140+228+250=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE4FA is #731B05. Grayscale: #CCCCCC. Windows color (decimal): -7543558 or 16442508. OLE color: 16442508.
HSL color Cylindrical-coordinate representation of color #8CE4FA: hue angle of 192º 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 #8CE4FA is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 228 | 250 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.02 |
| HSL | 192º | 0.92% | 0.76% | - |
| HSV(B) | 192º | 0.44% | 0.98% | - |
| XYZ | 55.81 | 67.96 | 100.62 | - |
| YUV | 204.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 250 | 0.44 | 0.09 | 0 | 0.02 | 192 | 0.92 | 0.76 |
| Hex | 8C | E4 | FA | 2C | 9 | 0 | 2 | C0 | 5C | 4C |
| Octal | 214 | 344 | 372 | 54 | 11 | 0 | 2 | 300 | 134 | 114 |
| Binary | 10001100 | 11100100 | 11111010 | 101100 | 1001 | 0 | 10 | 11000000 | 1011100 | 1001100 |
Color Harmonies of #8CE4FA
Complementary color
Monochromatic Colors of #8CE4FA
Black with #8CE4FA
Text Example
Text Example
White with #8CE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4FA; }
p { color: rgb(140,228,250); }
H1.HeaderClassName
{
color: #8CE4FA;
}
.AnyTagClassName
{
color: #8CE4FA;
}
</style>
background-color css
<style>
a { background-color: #8CE4FA; }
a { background-color: rgb(140,228,250); }
div.DivClassName
{
background-color: #8CE4FA;
}
.BgClassName
{
background-color: #8CE4FA;
}
</style>
border-color css
<style>
span { border-color: #8CE4FA; }
span { border-color: rgb(140,228,250); }
td.TdClassName
{
border-color: #8CE4FA;
}
.TagClassName
{
border-color: #8CE4FA;
}
</style>