Shades of Electric Blue #8BFDFB
Tints of Electric Blue #8BFDFB
RGB
CMYK
RGB Variations
Color information
#8BFDFB (or 0x8BFDFB) is known color: Electric Blue. HEX triplet: 8B, FD and FB. RGB value is (139,253,251). Sum of RGB (Red+Green+Blue) = 139+253+251=643 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.62% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDFB is #740204. Grayscale: #DADADA. Windows color (decimal): -7602693 or 16514443. OLE color: 16514443.
HSL color Cylindrical-coordinate representation of color #8BFDFB: hue angle of 178.95º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFDFB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 251 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.01 |
| HSL | 178.95º | 0.97% | 0.77% | - |
| HSV(B) | 178.95º | 0.45% | 0.99% | - |
| XYZ | 63.19 | 82.7 | 103.9 | - |
| YUV | 218.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 251 | 0.45 | 0 | 0.01 | 0.01 | 178.95 | 0.97 | 0.77 |
| Hex | 8B | FD | FB | 2D | 0 | 1 | 1 | B3 | 61 | 4D |
| Octal | 213 | 375 | 373 | 55 | 0 | 1 | 1 | 263 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11111011 | 101101 | 0 | 1 | 1 | 10110011 | 1100001 | 1001101 |
Color Harmonies of #8BFDFB
Complementary color
Monochromatic Colors of #8BFDFB
Black with #8BFDFB
Text Example
Text Example
White with #8BFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDFB; }
p { color: rgb(139,253,251); }
H1.HeaderClassName
{
color: #8BFDFB;
}
.AnyTagClassName
{
color: #8BFDFB;
}
</style>
background-color css
<style>
a { background-color: #8BFDFB; }
a { background-color: rgb(139,253,251); }
div.DivClassName
{
background-color: #8BFDFB;
}
.BgClassName
{
background-color: #8BFDFB;
}
</style>
border-color css
<style>
span { border-color: #8BFDFB; }
span { border-color: rgb(139,253,251); }
td.TdClassName
{
border-color: #8BFDFB;
}
.TagClassName
{
border-color: #8BFDFB;
}
</style>