Shades of Electric Blue #8DEEFE
Tints of Electric Blue #8DEEFE
RGB
CMYK
RGB Variations
Color information
#8DEEFE (or 0x8DEEFE) is known color: Electric Blue. HEX triplet: 8D, EE and FE. RGB value is (141,238,254). Sum of RGB (Red+Green+Blue) = 141+238+254=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEFE is #721101. Grayscale: #D2D2D2. Windows color (decimal): -7475458 or 16707213. OLE color: 16707213.
HSL color Cylindrical-coordinate representation of color #8DEEFE: hue angle of 188.5º 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 #8DEEFE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 238 | 254 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.00 |
| HSL | 188.5º | 0.98% | 0.77% | - |
| HSV(B) | 188.5º | 0.44% | 1% | - |
| XYZ | 59.45 | 73.97 | 104.91 | - |
| YUV | 210.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 254 | 0.44 | 0.06 | 0 | 0.00 | 188.5 | 0.98 | 0.77 |
| Hex | 8D | EE | FE | 2C | 6 | 0 | 0 | BC | 62 | 4D |
| Octal | 215 | 356 | 376 | 54 | 6 | 0 | 0 | 274 | 142 | 115 |
| Binary | 10001101 | 11101110 | 11111110 | 101100 | 110 | 0 | 0 | 10111100 | 1100010 | 1001101 |
Color Harmonies of #8DEEFE
Complementary color
Monochromatic Colors of #8DEEFE
Black with #8DEEFE
Text Example
Text Example
White with #8DEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEFE; }
p { color: rgb(141,238,254); }
H1.HeaderClassName
{
color: #8DEEFE;
}
.AnyTagClassName
{
color: #8DEEFE;
}
</style>
background-color css
<style>
a { background-color: #8DEEFE; }
a { background-color: rgb(141,238,254); }
div.DivClassName
{
background-color: #8DEEFE;
}
.BgClassName
{
background-color: #8DEEFE;
}
</style>
border-color css
<style>
span { border-color: #8DEEFE; }
span { border-color: rgb(141,238,254); }
td.TdClassName
{
border-color: #8DEEFE;
}
.TagClassName
{
border-color: #8DEEFE;
}
</style>