Shades of Electric Blue #8DECFE
Tints of Electric Blue #8DECFE
RGB
CMYK
RGB Variations
Color information
#8DECFE (or 0x8DECFE) is known color: Electric Blue. HEX triplet: 8D, EC and FE. RGB value is (141,236,254). Sum of RGB (Red+Green+Blue) = 141+236+254=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DECFE is #721301. Grayscale: #D1D1D1. Windows color (decimal): -7475970 or 16706701. OLE color: 16706701.
HSL color Cylindrical-coordinate representation of color #8DECFE: hue angle of 189.56º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DECFE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 236 | 254 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.00 |
| HSL | 189.56º | 0.98% | 0.77% | - |
| HSV(B) | 189.56º | 0.44% | 1% | - |
| XYZ | 58.87 | 72.81 | 104.72 | - |
| YUV | 209.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 254 | 0.44 | 0.07 | 0 | 0.00 | 189.56 | 0.98 | 0.77 |
| Hex | 8D | EC | FE | 2C | 7 | 0 | 0 | BE | 62 | 4D |
| Octal | 215 | 354 | 376 | 54 | 7 | 0 | 0 | 276 | 142 | 115 |
| Binary | 10001101 | 11101100 | 11111110 | 101100 | 111 | 0 | 0 | 10111110 | 1100010 | 1001101 |
Color Harmonies of #8DECFE
Complementary color
Monochromatic Colors of #8DECFE
Black with #8DECFE
Text Example
Text Example
White with #8DECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECFE; }
p { color: rgb(141,236,254); }
H1.HeaderClassName
{
color: #8DECFE;
}
.AnyTagClassName
{
color: #8DECFE;
}
</style>
background-color css
<style>
a { background-color: #8DECFE; }
a { background-color: rgb(141,236,254); }
div.DivClassName
{
background-color: #8DECFE;
}
.BgClassName
{
background-color: #8DECFE;
}
</style>
border-color css
<style>
span { border-color: #8DECFE; }
span { border-color: rgb(141,236,254); }
td.TdClassName
{
border-color: #8DECFE;
}
.TagClassName
{
border-color: #8DECFE;
}
</style>