Shades of Electric Blue #8BFFF0
Tints of Electric Blue #8BFFF0
RGB
CMYK
RGB Variations
Color information
#8BFFF0 (or 0x8BFFF0) is known color: Electric Blue. HEX triplet: 8B, FF and F0. RGB value is (139,255,240). Sum of RGB (Red+Green+Blue) = 139+255+240=634 (83% of max value = 765). Red value is 139 (54.69% from 255 or 21.92% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFFF0 is #74000F. Grayscale: #DADADA. Windows color (decimal): -7602192 or 15794059. OLE color: 15794059.
HSL color Cylindrical-coordinate representation of color #8BFFF0: hue angle of 172.24º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFFF0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 240 | - |
| CMYK | 0.45 | 0 | 0.06 | 0 |
| HSL | 172.24º | 1% | 0.77% | - |
| HSV(B) | 172.24º | 0.45% | 1% | - |
| XYZ | 62.14 | 83.3 | 95.24 | - |
| YUV | 218.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 240 | 0.45 | 0 | 0.06 | 0 | 172.24 | 1 | 0.77 |
| Hex | 8B | FF | F0 | 2D | 0 | 6 | 0 | AC | 64 | 4D |
| Octal | 213 | 377 | 360 | 55 | 0 | 6 | 0 | 254 | 144 | 115 |
| Binary | 10001011 | 11111111 | 11110000 | 101101 | 0 | 110 | 0 | 10101100 | 1100100 | 1001101 |
Color Harmonies of #8BFFF0
Complementary color
Monochromatic Colors of #8BFFF0
Black with #8BFFF0
Text Example
Text Example
White with #8BFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFFF0; }
p { color: rgb(139,255,240); }
H1.HeaderClassName
{
color: #8BFFF0;
}
.AnyTagClassName
{
color: #8BFFF0;
}
</style>
background-color css
<style>
a { background-color: #8BFFF0; }
a { background-color: rgb(139,255,240); }
div.DivClassName
{
background-color: #8BFFF0;
}
.BgClassName
{
background-color: #8BFFF0;
}
</style>
border-color css
<style>
span { border-color: #8BFFF0; }
span { border-color: rgb(139,255,240); }
td.TdClassName
{
border-color: #8BFFF0;
}
.TagClassName
{
border-color: #8BFFF0;
}
</style>