Shades of Electric Blue #8DEEFA
Tints of Electric Blue #8DEEFA
RGB
CMYK
RGB Variations
Color information
#8DEEFA (or 0x8DEEFA) is known color: Electric Blue. HEX triplet: 8D, EE and FA. RGB value is (141,238,250). Sum of RGB (Red+Green+Blue) = 141+238+250=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEFA is #721105. Grayscale: #D2D2D2. Windows color (decimal): -7475462 or 16445069. OLE color: 16445069.
HSL color Cylindrical-coordinate representation of color #8DEEFA: hue angle of 186.61º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEEFA is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 238 | 250 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.02 |
| HSL | 186.61º | 0.92% | 0.77% | - |
| HSV(B) | 186.61º | 0.44% | 0.98% | - |
| XYZ | 58.81 | 73.71 | 101.57 | - |
| YUV | 210.37 | 150.36 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 250 | 0.44 | 0.05 | 0 | 0.02 | 186.61 | 0.92 | 0.77 |
| Hex | 8D | EE | FA | 2C | 5 | 0 | 2 | BB | 5C | 4D |
| Octal | 215 | 356 | 372 | 54 | 5 | 0 | 2 | 273 | 134 | 115 |
| Binary | 10001101 | 11101110 | 11111010 | 101100 | 101 | 0 | 10 | 10111011 | 1011100 | 1001101 |
Color Harmonies of #8DEEFA
Complementary color
Monochromatic Colors of #8DEEFA
Black with #8DEEFA
Text Example
Text Example
White with #8DEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEFA; }
p { color: rgb(141,238,250); }
H1.HeaderClassName
{
color: #8DEEFA;
}
.AnyTagClassName
{
color: #8DEEFA;
}
</style>
background-color css
<style>
a { background-color: #8DEEFA; }
a { background-color: rgb(141,238,250); }
div.DivClassName
{
background-color: #8DEEFA;
}
.BgClassName
{
background-color: #8DEEFA;
}
</style>
border-color css
<style>
span { border-color: #8DEEFA; }
span { border-color: rgb(141,238,250); }
td.TdClassName
{
border-color: #8DEEFA;
}
.TagClassName
{
border-color: #8DEEFA;
}
</style>