Shades of Electric Blue #8DF3FE
Tints of Electric Blue #8DF3FE
RGB
CMYK
RGB Variations
Color information
#8DF3FE (or 0x8DF3FE) is known color: Electric Blue. HEX triplet: 8D, F3 and FE. RGB value is (141,243,254). Sum of RGB (Red+Green+Blue) = 141+243+254=638 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.10% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF3FE is #720C01. Grayscale: #D5D5D5. Windows color (decimal): -7474178 or 16708493. OLE color: 16708493.
HSL color Cylindrical-coordinate representation of color #8DF3FE: hue angle of 185.84º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DF3FE is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 243 | 254 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.00 |
| HSL | 185.84º | 0.98% | 0.77% | - |
| HSV(B) | 185.84º | 0.44% | 1% | - |
| XYZ | 60.92 | 76.92 | 105.4 | - |
| YUV | 213.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 254 | 0.44 | 0.04 | 0 | 0.00 | 185.84 | 0.98 | 0.77 |
| Hex | 8D | F3 | FE | 2C | 4 | 0 | 0 | BA | 62 | 4D |
| Octal | 215 | 363 | 376 | 54 | 4 | 0 | 0 | 272 | 142 | 115 |
| Binary | 10001101 | 11110011 | 11111110 | 101100 | 100 | 0 | 0 | 10111010 | 1100010 | 1001101 |
Color Harmonies of #8DF3FE
Complementary color
Monochromatic Colors of #8DF3FE
Black with #8DF3FE
Text Example
Text Example
White with #8DF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF3FE; }
p { color: rgb(141,243,254); }
H1.HeaderClassName
{
color: #8DF3FE;
}
.AnyTagClassName
{
color: #8DF3FE;
}
</style>
background-color css
<style>
a { background-color: #8DF3FE; }
a { background-color: rgb(141,243,254); }
div.DivClassName
{
background-color: #8DF3FE;
}
.BgClassName
{
background-color: #8DF3FE;
}
</style>
border-color css
<style>
span { border-color: #8DF3FE; }
span { border-color: rgb(141,243,254); }
td.TdClassName
{
border-color: #8DF3FE;
}
.TagClassName
{
border-color: #8DF3FE;
}
</style>