Shades of Electric Blue #8DF0FE
Tints of Electric Blue #8DF0FE
RGB
CMYK
RGB Variations
Color information
#8DF0FE (or 0x8DF0FE) is known color: Electric Blue. HEX triplet: 8D, F0 and FE. RGB value is (141,240,254). Sum of RGB (Red+Green+Blue) = 141+240+254=635 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.20% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0FE is #720F01. Grayscale: #D3D3D3. Windows color (decimal): -7474946 or 16707725. OLE color: 16707725.
HSL color Cylindrical-coordinate representation of color #8DF0FE: hue angle of 187.43º 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 #8DF0FE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 240 | 254 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.00 |
| HSL | 187.43º | 0.98% | 0.77% | - |
| HSV(B) | 187.43º | 0.44% | 1% | - |
| XYZ | 60.03 | 75.14 | 105.11 | - |
| YUV | 212 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 254 | 0.44 | 0.06 | 0 | 0.00 | 187.43 | 0.98 | 0.77 |
| Hex | 8D | F0 | FE | 2C | 6 | 0 | 0 | BB | 62 | 4D |
| Octal | 215 | 360 | 376 | 54 | 6 | 0 | 0 | 273 | 142 | 115 |
| Binary | 10001101 | 11110000 | 11111110 | 101100 | 110 | 0 | 0 | 10111011 | 1100010 | 1001101 |
Color Harmonies of #8DF0FE
Complementary color
Monochromatic Colors of #8DF0FE
Black with #8DF0FE
Text Example
Text Example
White with #8DF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF0FE; }
p { color: rgb(141,240,254); }
H1.HeaderClassName
{
color: #8DF0FE;
}
.AnyTagClassName
{
color: #8DF0FE;
}
</style>
background-color css
<style>
a { background-color: #8DF0FE; }
a { background-color: rgb(141,240,254); }
div.DivClassName
{
background-color: #8DF0FE;
}
.BgClassName
{
background-color: #8DF0FE;
}
</style>
border-color css
<style>
span { border-color: #8DF0FE; }
span { border-color: rgb(141,240,254); }
td.TdClassName
{
border-color: #8DF0FE;
}
.TagClassName
{
border-color: #8DF0FE;
}
</style>