Shades of Electric Blue #8DEFFB
Tints of Electric Blue #8DEFFB
RGB
CMYK
RGB Variations
Color information
#8DEFFB (or 0x8DEFFB) is known color: Electric Blue. HEX triplet: 8D, EF and FB. RGB value is (141,239,251). Sum of RGB (Red+Green+Blue) = 141+239+251=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFFB is #721004. Grayscale: #D2D2D2. Windows color (decimal): -7475205 or 16510861. OLE color: 16510861.
HSL color Cylindrical-coordinate representation of color #8DEFFB: hue angle of 186.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEFFB is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 239 | 251 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.02 |
| HSL | 186.55º | 0.93% | 0.77% | - |
| HSV(B) | 186.55º | 0.44% | 0.98% | - |
| XYZ | 59.26 | 74.36 | 102.5 | - |
| YUV | 211.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 251 | 0.44 | 0.05 | 0 | 0.02 | 186.55 | 0.93 | 0.77 |
| Hex | 8D | EF | FB | 2C | 5 | 0 | 2 | BB | 5D | 4D |
| Octal | 215 | 357 | 373 | 54 | 5 | 0 | 2 | 273 | 135 | 115 |
| Binary | 10001101 | 11101111 | 11111011 | 101100 | 101 | 0 | 10 | 10111011 | 1011101 | 1001101 |
Color Harmonies of #8DEFFB
Complementary color
Monochromatic Colors of #8DEFFB
Black with #8DEFFB
Text Example
Text Example
White with #8DEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFFB; }
p { color: rgb(141,239,251); }
H1.HeaderClassName
{
color: #8DEFFB;
}
.AnyTagClassName
{
color: #8DEFFB;
}
</style>
background-color css
<style>
a { background-color: #8DEFFB; }
a { background-color: rgb(141,239,251); }
div.DivClassName
{
background-color: #8DEFFB;
}
.BgClassName
{
background-color: #8DEFFB;
}
</style>
border-color css
<style>
span { border-color: #8DEFFB; }
span { border-color: rgb(141,239,251); }
td.TdClassName
{
border-color: #8DEFFB;
}
.TagClassName
{
border-color: #8DEFFB;
}
</style>