Shades of Electric Blue #8DEDFD
Tints of Electric Blue #8DEDFD
RGB
CMYK
RGB Variations
Color information
#8DEDFD (or 0x8DEDFD) is known color: Electric Blue. HEX triplet: 8D, ED and FD. RGB value is (141,237,253). Sum of RGB (Red+Green+Blue) = 141+237+253=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDFD is #721202. Grayscale: #D1D1D1. Windows color (decimal): -7475715 or 16641421. OLE color: 16641421.
HSL color Cylindrical-coordinate representation of color #8DEDFD: hue angle of 188.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEDFD is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 237 | 253 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.01 |
| HSL | 188.57º | 0.97% | 0.77% | - |
| HSV(B) | 188.57º | 0.44% | 0.99% | - |
| XYZ | 59 | 73.32 | 103.97 | - |
| YUV | 210.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 253 | 0.44 | 0.06 | 0 | 0.01 | 188.57 | 0.97 | 0.77 |
| Hex | 8D | ED | FD | 2C | 6 | 0 | 1 | BD | 61 | 4D |
| Octal | 215 | 355 | 375 | 54 | 6 | 0 | 1 | 275 | 141 | 115 |
| Binary | 10001101 | 11101101 | 11111101 | 101100 | 110 | 0 | 1 | 10111101 | 1100001 | 1001101 |
Color Harmonies of #8DEDFD
Complementary color
Monochromatic Colors of #8DEDFD
Black with #8DEDFD
Text Example
Text Example
White with #8DEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDFD; }
p { color: rgb(141,237,253); }
H1.HeaderClassName
{
color: #8DEDFD;
}
.AnyTagClassName
{
color: #8DEDFD;
}
</style>
background-color css
<style>
a { background-color: #8DEDFD; }
a { background-color: rgb(141,237,253); }
div.DivClassName
{
background-color: #8DEDFD;
}
.BgClassName
{
background-color: #8DEDFD;
}
</style>
border-color css
<style>
span { border-color: #8DEDFD; }
span { border-color: rgb(141,237,253); }
td.TdClassName
{
border-color: #8DEDFD;
}
.TagClassName
{
border-color: #8DEDFD;
}
</style>