Shades of Electric Blue #8DEDFE
Tints of Electric Blue #8DEDFE
RGB
CMYK
RGB Variations
Color information
#8DEDFE (or 0x8DEDFE) is known color: Electric Blue. HEX triplet: 8D, ED and FE. RGB value is (141,237,254). Sum of RGB (Red+Green+Blue) = 141+237+254=632 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.31% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DEDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDFE is #721201. Grayscale: #D2D2D2. Windows color (decimal): -7475714 or 16706957. OLE color: 16706957.
HSL color Cylindrical-coordinate representation of color #8DEDFE: hue angle of 189.03º 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 #8DEDFE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 237 | 254 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.00 |
| HSL | 189.03º | 0.98% | 0.77% | - |
| HSV(B) | 189.03º | 0.44% | 1% | - |
| XYZ | 59.16 | 73.39 | 104.81 | - |
| YUV | 210.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 254 | 0.44 | 0.07 | 0 | 0.00 | 189.03 | 0.98 | 0.77 |
| Hex | 8D | ED | FE | 2C | 7 | 0 | 0 | BD | 62 | 4D |
| Octal | 215 | 355 | 376 | 54 | 7 | 0 | 0 | 275 | 142 | 115 |
| Binary | 10001101 | 11101101 | 11111110 | 101100 | 111 | 0 | 0 | 10111101 | 1100010 | 1001101 |
Color Harmonies of #8DEDFE
Complementary color
Monochromatic Colors of #8DEDFE
Black with #8DEDFE
Text Example
Text Example
White with #8DEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDFE; }
p { color: rgb(141,237,254); }
H1.HeaderClassName
{
color: #8DEDFE;
}
.AnyTagClassName
{
color: #8DEDFE;
}
</style>
background-color css
<style>
a { background-color: #8DEDFE; }
a { background-color: rgb(141,237,254); }
div.DivClassName
{
background-color: #8DEDFE;
}
.BgClassName
{
background-color: #8DEDFE;
}
</style>
border-color css
<style>
span { border-color: #8DEDFE; }
span { border-color: rgb(141,237,254); }
td.TdClassName
{
border-color: #8DEDFE;
}
.TagClassName
{
border-color: #8DEDFE;
}
</style>