Shades of Electric Blue #8BFDEE
Tints of Electric Blue #8BFDEE
RGB
CMYK
RGB Variations
Color information
#8BFDEE (or 0x8BFDEE) is known color: Electric Blue. HEX triplet: 8B, FD and EE. RGB value is (139,253,238). Sum of RGB (Red+Green+Blue) = 139+253+238=630 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.06% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDEE is #740211. Grayscale: #D9D9D9. Windows color (decimal): -7602706 or 15662475. OLE color: 15662475.
HSL color Cylindrical-coordinate representation of color #8BFDEE: hue angle of 172.11º 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 #8BFDEE is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 238 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.01 |
| HSL | 172.11º | 0.97% | 0.77% | - |
| HSV(B) | 172.11º | 0.45% | 0.99% | - |
| XYZ | 61.21 | 81.91 | 93.47 | - |
| YUV | 217.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 238 | 0.45 | 0 | 0.06 | 0.01 | 172.11 | 0.97 | 0.77 |
| Hex | 8B | FD | EE | 2D | 0 | 6 | 1 | AC | 61 | 4D |
| Octal | 213 | 375 | 356 | 55 | 0 | 6 | 1 | 254 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11101110 | 101101 | 0 | 110 | 1 | 10101100 | 1100001 | 1001101 |
Color Harmonies of #8BFDEE
Complementary color
Monochromatic Colors of #8BFDEE
Black with #8BFDEE
Text Example
Text Example
White with #8BFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDEE; }
p { color: rgb(139,253,238); }
H1.HeaderClassName
{
color: #8BFDEE;
}
.AnyTagClassName
{
color: #8BFDEE;
}
</style>
background-color css
<style>
a { background-color: #8BFDEE; }
a { background-color: rgb(139,253,238); }
div.DivClassName
{
background-color: #8BFDEE;
}
.BgClassName
{
background-color: #8BFDEE;
}
</style>
border-color css
<style>
span { border-color: #8BFDEE; }
span { border-color: rgb(139,253,238); }
td.TdClassName
{
border-color: #8BFDEE;
}
.TagClassName
{
border-color: #8BFDEE;
}
</style>