Shades of Electric Blue #8BFDF3
Tints of Electric Blue #8BFDF3
RGB
CMYK
RGB Variations
Color information
#8BFDF3 (or 0x8BFDF3) is known color: Electric Blue. HEX triplet: 8B, FD and F3. RGB value is (139,253,243). Sum of RGB (Red+Green+Blue) = 139+253+243=635 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.89% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDF3 is #74020C. Grayscale: #D9D9D9. Windows color (decimal): -7602701 or 15990155. OLE color: 15990155.
HSL color Cylindrical-coordinate representation of color #8BFDF3: hue angle of 174.74º 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 #8BFDF3 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 243 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.01 |
| HSL | 174.74º | 0.97% | 0.77% | - |
| HSV(B) | 174.74º | 0.45% | 0.99% | - |
| XYZ | 61.95 | 82.21 | 97.4 | - |
| YUV | 217.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 243 | 0.45 | 0 | 0.04 | 0.01 | 174.74 | 0.97 | 0.77 |
| Hex | 8B | FD | F3 | 2D | 0 | 4 | 1 | AF | 61 | 4D |
| Octal | 213 | 375 | 363 | 55 | 0 | 4 | 1 | 257 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11110011 | 101101 | 0 | 100 | 1 | 10101111 | 1100001 | 1001101 |
Color Harmonies of #8BFDF3
Complementary color
Monochromatic Colors of #8BFDF3
Black with #8BFDF3
Text Example
Text Example
White with #8BFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDF3; }
p { color: rgb(139,253,243); }
H1.HeaderClassName
{
color: #8BFDF3;
}
.AnyTagClassName
{
color: #8BFDF3;
}
</style>
background-color css
<style>
a { background-color: #8BFDF3; }
a { background-color: rgb(139,253,243); }
div.DivClassName
{
background-color: #8BFDF3;
}
.BgClassName
{
background-color: #8BFDF3;
}
</style>
border-color css
<style>
span { border-color: #8BFDF3; }
span { border-color: rgb(139,253,243); }
td.TdClassName
{
border-color: #8BFDF3;
}
.TagClassName
{
border-color: #8BFDF3;
}
</style>