Shades of Electric Blue #8DEEF5
Tints of Electric Blue #8DEEF5
RGB
CMYK
RGB Variations
Color information
#8DEEF5 (or 0x8DEEF5) is known color: Electric Blue. HEX triplet: 8D, EE and F5. RGB value is (141,238,245). Sum of RGB (Red+Green+Blue) = 141+238+245=624 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.60% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DEEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEF5 is #72110A. Grayscale: #D1D1D1. Windows color (decimal): -7475467 or 16117389. OLE color: 16117389.
HSL color Cylindrical-coordinate representation of color #8DEEF5: hue angle of 184.04º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DEEF5 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 238 | 245 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.04 |
| HSL | 184.04º | 0.84% | 0.76% | - |
| HSV(B) | 184.04º | 0.42% | 0.96% | - |
| XYZ | 58.04 | 73.4 | 97.5 | - |
| YUV | 209.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 245 | 0.42 | 0.03 | 0 | 0.04 | 184.04 | 0.84 | 0.76 |
| Hex | 8D | EE | F5 | 2A | 3 | 0 | 4 | B8 | 54 | 4C |
| Octal | 215 | 356 | 365 | 52 | 3 | 0 | 4 | 270 | 124 | 114 |
| Binary | 10001101 | 11101110 | 11110101 | 101010 | 11 | 0 | 100 | 10111000 | 1010100 | 1001100 |
Color Harmonies of #8DEEF5
Complementary color
Monochromatic Colors of #8DEEF5
Black with #8DEEF5
Text Example
Text Example
White with #8DEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEF5; }
p { color: rgb(141,238,245); }
H1.HeaderClassName
{
color: #8DEEF5;
}
.AnyTagClassName
{
color: #8DEEF5;
}
</style>
background-color css
<style>
a { background-color: #8DEEF5; }
a { background-color: rgb(141,238,245); }
div.DivClassName
{
background-color: #8DEEF5;
}
.BgClassName
{
background-color: #8DEEF5;
}
</style>
border-color css
<style>
span { border-color: #8DEEF5; }
span { border-color: rgb(141,238,245); }
td.TdClassName
{
border-color: #8DEEF5;
}
.TagClassName
{
border-color: #8DEEF5;
}
</style>