Shades of Electric Blue #8DF3EF
Tints of Electric Blue #8DF3EF
RGB
CMYK
RGB Variations
Color information
#8DF3EF (or 0x8DF3EF) is known color: Electric Blue. HEX triplet: 8D, F3 and EF. RGB value is (141,243,239). Sum of RGB (Red+Green+Blue) = 141+243+239=623 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.63% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF3EF is #720C10. Grayscale: #D3D3D3. Windows color (decimal): -7474193 or 15725453. OLE color: 15725453.
HSL color Cylindrical-coordinate representation of color #8DF3EF: hue angle of 177.65º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF3EF is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 239 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.05 |
| HSL | 177.65º | 0.81% | 0.75% | - |
| HSV(B) | 177.65º | 0.42% | 0.95% | - |
| XYZ | 58.62 | 76 | 93.24 | - |
| YUV | 212.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 239 | 0.42 | 0 | 0.02 | 0.05 | 177.65 | 0.81 | 0.75 |
| Hex | 8D | F3 | EF | 2A | 0 | 2 | 5 | B2 | 51 | 4B |
| Octal | 215 | 363 | 357 | 52 | 0 | 2 | 5 | 262 | 121 | 113 |
| Binary | 10001101 | 11110011 | 11101111 | 101010 | 0 | 10 | 101 | 10110010 | 1010001 | 1001011 |
Color Harmonies of #8DF3EF
Complementary color
Monochromatic Colors of #8DF3EF
Black with #8DF3EF
Text Example
Text Example
White with #8DF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF3EF; }
p { color: rgb(141,243,239); }
H1.HeaderClassName
{
color: #8DF3EF;
}
.AnyTagClassName
{
color: #8DF3EF;
}
</style>
background-color css
<style>
a { background-color: #8DF3EF; }
a { background-color: rgb(141,243,239); }
div.DivClassName
{
background-color: #8DF3EF;
}
.BgClassName
{
background-color: #8DF3EF;
}
</style>
border-color css
<style>
span { border-color: #8DF3EF; }
span { border-color: rgb(141,243,239); }
td.TdClassName
{
border-color: #8DF3EF;
}
.TagClassName
{
border-color: #8DF3EF;
}
</style>