Shades of Electric Blue #8EEBFB
Tints of Electric Blue #8EEBFB
RGB
CMYK
RGB Variations
Color information
#8EEBFB (or 0x8EEBFB) is known color: Electric Blue. HEX triplet: 8E, EB and FB. RGB value is (142,235,251). Sum of RGB (Red+Green+Blue) = 142+235+251=628 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.61% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBFB is #711404. Grayscale: #D0D0D0. Windows color (decimal): -7410693 or 16509838. OLE color: 16509838.
HSL color Cylindrical-coordinate representation of color #8EEBFB: hue angle of 188.81º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EEBFB is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 235 | 251 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.02 |
| HSL | 188.81º | 0.93% | 0.77% | - |
| HSV(B) | 188.81º | 0.43% | 0.98% | - |
| XYZ | 58.28 | 72.13 | 102.12 | - |
| YUV | 209.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 251 | 0.43 | 0.06 | 0 | 0.02 | 188.81 | 0.93 | 0.77 |
| Hex | 8E | EB | FB | 2B | 6 | 0 | 2 | BD | 5D | 4D |
| Octal | 216 | 353 | 373 | 53 | 6 | 0 | 2 | 275 | 135 | 115 |
| Binary | 10001110 | 11101011 | 11111011 | 101011 | 110 | 0 | 10 | 10111101 | 1011101 | 1001101 |
Color Harmonies of #8EEBFB
Complementary color
Monochromatic Colors of #8EEBFB
Black with #8EEBFB
Text Example
Text Example
White with #8EEBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBFB; }
p { color: rgb(142,235,251); }
H1.HeaderClassName
{
color: #8EEBFB;
}
.AnyTagClassName
{
color: #8EEBFB;
}
</style>
background-color css
<style>
a { background-color: #8EEBFB; }
a { background-color: rgb(142,235,251); }
div.DivClassName
{
background-color: #8EEBFB;
}
.BgClassName
{
background-color: #8EEBFB;
}
</style>
border-color css
<style>
span { border-color: #8EEBFB; }
span { border-color: rgb(142,235,251); }
td.TdClassName
{
border-color: #8EEBFB;
}
.TagClassName
{
border-color: #8EEBFB;
}
</style>