Shades of Columbia Blue #8EE7FE
Tints of Columbia Blue #8EE7FE
RGB
CMYK
RGB Variations
Color information
#8EE7FE (or 0x8EE7FE) is known color: Columbia Blue. HEX triplet: 8E, E7 and FE. RGB value is (142,231,254). Sum of RGB (Red+Green+Blue) = 142+231+254=627 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.65% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE7FE is #711801. Grayscale: #CECECE. Windows color (decimal): -7411714 or 16705422. OLE color: 16705422.
HSL color Cylindrical-coordinate representation of color #8EE7FE: hue angle of 192.32º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EE7FE is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 231 | 254 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.00 |
| HSL | 192.32º | 0.98% | 0.78% | - |
| HSV(B) | 192.32º | 0.44% | 1% | - |
| XYZ | 57.62 | 70.06 | 104.25 | - |
| YUV | 207.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 231 | 254 | 0.44 | 0.09 | 0 | 0.00 | 192.32 | 0.98 | 0.78 |
| Hex | 8E | E7 | FE | 2C | 9 | 0 | 0 | C0 | 62 | 4E |
| Octal | 216 | 347 | 376 | 54 | 11 | 0 | 0 | 300 | 142 | 116 |
| Binary | 10001110 | 11100111 | 11111110 | 101100 | 1001 | 0 | 0 | 11000000 | 1100010 | 1001110 |
Color Harmonies of #8EE7FE
Complementary color
Monochromatic Colors of #8EE7FE
Black with #8EE7FE
Text Example
Text Example
White with #8EE7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE7FE; }
p { color: rgb(142,231,254); }
H1.HeaderClassName
{
color: #8EE7FE;
}
.AnyTagClassName
{
color: #8EE7FE;
}
</style>
background-color css
<style>
a { background-color: #8EE7FE; }
a { background-color: rgb(142,231,254); }
div.DivClassName
{
background-color: #8EE7FE;
}
.BgClassName
{
background-color: #8EE7FE;
}
</style>
border-color css
<style>
span { border-color: #8EE7FE; }
span { border-color: rgb(142,231,254); }
td.TdClassName
{
border-color: #8EE7FE;
}
.TagClassName
{
border-color: #8EE7FE;
}
</style>