Shades of Electric Blue #8DEFEB
Tints of Electric Blue #8DEFEB
RGB
CMYK
RGB Variations
Color information
#8DEFEB (or 0x8DEFEB) is known color: Electric Blue. HEX triplet: 8D, EF and EB. RGB value is (141,239,235). Sum of RGB (Red+Green+Blue) = 141+239+235=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEFEB is #721014. Grayscale: #D1D1D1. Windows color (decimal): -7475221 or 15462285. OLE color: 15462285.
HSL color Cylindrical-coordinate representation of color #8DEFEB: hue angle of 177.55º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFEB is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 235 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.06 |
| HSL | 177.55º | 0.75% | 0.75% | - |
| HSV(B) | 177.55º | 0.41% | 0.94% | - |
| XYZ | 56.85 | 73.39 | 89.77 | - |
| YUV | 209.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 235 | 0.41 | 0 | 0.02 | 0.06 | 177.55 | 0.75 | 0.75 |
| Hex | 8D | EF | EB | 29 | 0 | 2 | 6 | B2 | 4B | 4B |
| Octal | 215 | 357 | 353 | 51 | 0 | 2 | 6 | 262 | 113 | 113 |
| Binary | 10001101 | 11101111 | 11101011 | 101001 | 0 | 10 | 110 | 10110010 | 1001011 | 1001011 |
Color Harmonies of #8DEFEB
Complementary color
Monochromatic Colors of #8DEFEB
Black with #8DEFEB
Text Example
Text Example
White with #8DEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFEB; }
p { color: rgb(141,239,235); }
H1.HeaderClassName
{
color: #8DEFEB;
}
.AnyTagClassName
{
color: #8DEFEB;
}
</style>
background-color css
<style>
a { background-color: #8DEFEB; }
a { background-color: rgb(141,239,235); }
div.DivClassName
{
background-color: #8DEFEB;
}
.BgClassName
{
background-color: #8DEFEB;
}
</style>
border-color css
<style>
span { border-color: #8DEFEB; }
span { border-color: rgb(141,239,235); }
td.TdClassName
{
border-color: #8DEFEB;
}
.TagClassName
{
border-color: #8DEFEB;
}
</style>