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