Shades of Electric Blue #8DEEFD
Tints of Electric Blue #8DEEFD
RGB
CMYK
RGB Variations
Color information
#8DEEFD (or 0x8DEEFD) is known color: Electric Blue. HEX triplet: 8D, EE and FD. RGB value is (141,238,253). Sum of RGB (Red+Green+Blue) = 141+238+253=632 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.31% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEFD is #721102. Grayscale: #D2D2D2. Windows color (decimal): -7475459 or 16641677. OLE color: 16641677.
HSL color Cylindrical-coordinate representation of color #8DEEFD: hue angle of 188.04º 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 #8DEEFD is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 238 | 253 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.01 |
| HSL | 188.04º | 0.97% | 0.77% | - |
| HSV(B) | 188.04º | 0.44% | 0.99% | - |
| XYZ | 59.29 | 73.9 | 104.07 | - |
| YUV | 210.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 253 | 0.44 | 0.06 | 0 | 0.01 | 188.04 | 0.97 | 0.77 |
| Hex | 8D | EE | FD | 2C | 6 | 0 | 1 | BC | 61 | 4D |
| Octal | 215 | 356 | 375 | 54 | 6 | 0 | 1 | 274 | 141 | 115 |
| Binary | 10001101 | 11101110 | 11111101 | 101100 | 110 | 0 | 1 | 10111100 | 1100001 | 1001101 |
Color Harmonies of #8DEEFD
Complementary color
Monochromatic Colors of #8DEEFD
Black with #8DEEFD
Text Example
Text Example
White with #8DEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEFD; }
p { color: rgb(141,238,253); }
H1.HeaderClassName
{
color: #8DEEFD;
}
.AnyTagClassName
{
color: #8DEEFD;
}
</style>
background-color css
<style>
a { background-color: #8DEEFD; }
a { background-color: rgb(141,238,253); }
div.DivClassName
{
background-color: #8DEEFD;
}
.BgClassName
{
background-color: #8DEEFD;
}
</style>
border-color css
<style>
span { border-color: #8DEEFD; }
span { border-color: rgb(141,238,253); }
td.TdClassName
{
border-color: #8DEEFD;
}
.TagClassName
{
border-color: #8DEEFD;
}
</style>