Shades of Electric Blue #8DEDFB
Tints of Electric Blue #8DEDFB
RGB
CMYK
RGB Variations
Color information
#8DEDFB (or 0x8DEDFB) is known color: Electric Blue. HEX triplet: 8D, ED and FB. RGB value is (141,237,251). Sum of RGB (Red+Green+Blue) = 141+237+251=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DEDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDFB is #721204. Grayscale: #D1D1D1. Windows color (decimal): -7475717 or 16510349. OLE color: 16510349.
HSL color Cylindrical-coordinate representation of color #8DEDFB: hue angle of 187.64º degrees, saturation: 0.93, 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 #8DEDFB is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 237 | 251 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.02 |
| HSL | 187.64º | 0.93% | 0.77% | - |
| HSV(B) | 187.64º | 0.44% | 0.98% | - |
| XYZ | 58.68 | 73.2 | 102.3 | - |
| YUV | 209.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 251 | 0.44 | 0.06 | 0 | 0.02 | 187.64 | 0.93 | 0.77 |
| Hex | 8D | ED | FB | 2C | 6 | 0 | 2 | BC | 5D | 4D |
| Octal | 215 | 355 | 373 | 54 | 6 | 0 | 2 | 274 | 135 | 115 |
| Binary | 10001101 | 11101101 | 11111011 | 101100 | 110 | 0 | 10 | 10111100 | 1011101 | 1001101 |
Color Harmonies of #8DEDFB
Complementary color
Monochromatic Colors of #8DEDFB
Black with #8DEDFB
Text Example
Text Example
White with #8DEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDFB; }
p { color: rgb(141,237,251); }
H1.HeaderClassName
{
color: #8DEDFB;
}
.AnyTagClassName
{
color: #8DEDFB;
}
</style>
background-color css
<style>
a { background-color: #8DEDFB; }
a { background-color: rgb(141,237,251); }
div.DivClassName
{
background-color: #8DEDFB;
}
.BgClassName
{
background-color: #8DEDFB;
}
</style>
border-color css
<style>
span { border-color: #8DEDFB; }
span { border-color: rgb(141,237,251); }
td.TdClassName
{
border-color: #8DEDFB;
}
.TagClassName
{
border-color: #8DEDFB;
}
</style>