Shades of Electric Blue #8DEBF4
Tints of Electric Blue #8DEBF4
RGB
CMYK
RGB Variations
Color information
#8DEBF4 (or 0x8DEBF4) is known color: Electric Blue. HEX triplet: 8D, EB and F4. RGB value is (141,235,244). Sum of RGB (Red+Green+Blue) = 141+235+244=620 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.74% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DEBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBF4 is #72140B. Grayscale: #CFCFCF. Windows color (decimal): -7476236 or 16051085. OLE color: 16051085.
HSL color Cylindrical-coordinate representation of color #8DEBF4: hue angle of 185.24º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DEBF4 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 235 | 244 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.04 |
| HSL | 185.24º | 0.82% | 0.75% | - |
| HSV(B) | 185.24º | 0.42% | 0.96% | - |
| XYZ | 57.02 | 71.61 | 96.4 | - |
| YUV | 207.92 | 148.36 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 244 | 0.42 | 0.04 | 0 | 0.04 | 185.24 | 0.82 | 0.75 |
| Hex | 8D | EB | F4 | 2A | 4 | 0 | 4 | B9 | 52 | 4B |
| Octal | 215 | 353 | 364 | 52 | 4 | 0 | 4 | 271 | 122 | 113 |
| Binary | 10001101 | 11101011 | 11110100 | 101010 | 100 | 0 | 100 | 10111001 | 1010010 | 1001011 |
Color Harmonies of #8DEBF4
Complementary color
Monochromatic Colors of #8DEBF4
Black with #8DEBF4
Text Example
Text Example
White with #8DEBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBF4; }
p { color: rgb(141,235,244); }
H1.HeaderClassName
{
color: #8DEBF4;
}
.AnyTagClassName
{
color: #8DEBF4;
}
</style>
background-color css
<style>
a { background-color: #8DEBF4; }
a { background-color: rgb(141,235,244); }
div.DivClassName
{
background-color: #8DEBF4;
}
.BgClassName
{
background-color: #8DEBF4;
}
</style>
border-color css
<style>
span { border-color: #8DEBF4; }
span { border-color: rgb(141,235,244); }
td.TdClassName
{
border-color: #8DEBF4;
}
.TagClassName
{
border-color: #8DEBF4;
}
</style>