Shades of Columbia Blue #8EE8FA
Tints of Columbia Blue #8EE8FA
RGB
CMYK
RGB Variations
Color information
#8EE8FA (or 0x8EE8FA) is known color: Columbia Blue. HEX triplet: 8E, E8 and FA. RGB value is (142,232,250). Sum of RGB (Red+Green+Blue) = 142+232+250=624 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.76% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE8FA is #711705. Grayscale: #CECECE. Windows color (decimal): -7411462 or 16443534. OLE color: 16443534.
HSL color Cylindrical-coordinate representation of color #8EE8FA: hue angle of 190º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EE8FA is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 232 | 250 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.02 |
| HSL | 190º | 0.92% | 0.77% | - |
| HSV(B) | 190º | 0.43% | 0.98% | - |
| XYZ | 57.27 | 70.37 | 101.01 | - |
| YUV | 207.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 250 | 0.43 | 0.07 | 0 | 0.02 | 190 | 0.92 | 0.77 |
| Hex | 8E | E8 | FA | 2B | 7 | 0 | 2 | BE | 5C | 4D |
| Octal | 216 | 350 | 372 | 53 | 7 | 0 | 2 | 276 | 134 | 115 |
| Binary | 10001110 | 11101000 | 11111010 | 101011 | 111 | 0 | 10 | 10111110 | 1011100 | 1001101 |
Color Harmonies of #8EE8FA
Complementary color
Monochromatic Colors of #8EE8FA
Black with #8EE8FA
Text Example
Text Example
White with #8EE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE8FA; }
p { color: rgb(142,232,250); }
H1.HeaderClassName
{
color: #8EE8FA;
}
.AnyTagClassName
{
color: #8EE8FA;
}
</style>
background-color css
<style>
a { background-color: #8EE8FA; }
a { background-color: rgb(142,232,250); }
div.DivClassName
{
background-color: #8EE8FA;
}
.BgClassName
{
background-color: #8EE8FA;
}
</style>
border-color css
<style>
span { border-color: #8EE8FA; }
span { border-color: rgb(142,232,250); }
td.TdClassName
{
border-color: #8EE8FA;
}
.TagClassName
{
border-color: #8EE8FA;
}
</style>