Shades of Electric Blue #8DECFD
Tints of Electric Blue #8DECFD
RGB
CMYK
RGB Variations
Color information
#8DECFD (or 0x8DECFD) is known color: Electric Blue. HEX triplet: 8D, EC and FD. RGB value is (141,236,253). Sum of RGB (Red+Green+Blue) = 141+236+253=630 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.38% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DECFD is #721302. Grayscale: #D1D1D1. Windows color (decimal): -7475971 or 16641165. OLE color: 16641165.
HSL color Cylindrical-coordinate representation of color #8DECFD: hue angle of 189.11º 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 #8DECFD is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 236 | 253 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.01 |
| HSL | 189.11º | 0.97% | 0.77% | - |
| HSV(B) | 189.11º | 0.44% | 0.99% | - |
| XYZ | 58.71 | 72.75 | 103.88 | - |
| YUV | 209.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 253 | 0.44 | 0.07 | 0 | 0.01 | 189.11 | 0.97 | 0.77 |
| Hex | 8D | EC | FD | 2C | 7 | 0 | 1 | BD | 61 | 4D |
| Octal | 215 | 354 | 375 | 54 | 7 | 0 | 1 | 275 | 141 | 115 |
| Binary | 10001101 | 11101100 | 11111101 | 101100 | 111 | 0 | 1 | 10111101 | 1100001 | 1001101 |
Color Harmonies of #8DECFD
Complementary color
Monochromatic Colors of #8DECFD
Black with #8DECFD
Text Example
Text Example
White with #8DECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECFD; }
p { color: rgb(141,236,253); }
H1.HeaderClassName
{
color: #8DECFD;
}
.AnyTagClassName
{
color: #8DECFD;
}
</style>
background-color css
<style>
a { background-color: #8DECFD; }
a { background-color: rgb(141,236,253); }
div.DivClassName
{
background-color: #8DECFD;
}
.BgClassName
{
background-color: #8DECFD;
}
</style>
border-color css
<style>
span { border-color: #8DECFD; }
span { border-color: rgb(141,236,253); }
td.TdClassName
{
border-color: #8DECFD;
}
.TagClassName
{
border-color: #8DECFD;
}
</style>