Shades of Electric Blue #8CEDFE
Tints of Electric Blue #8CEDFE
RGB
CMYK
RGB Variations
Color information
#8CEDFE (or 0x8CEDFE) is known color: Electric Blue. HEX triplet: 8C, ED and FE. RGB value is (140,237,254). Sum of RGB (Red+Green+Blue) = 140+237+254=631 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.19% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CEDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEDFE is #731201. Grayscale: #D1D1D1. Windows color (decimal): -7541250 or 16706956. OLE color: 16706956.
HSL color Cylindrical-coordinate representation of color #8CEDFE: hue angle of 188.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CEDFE is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 237 | 254 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.00 |
| HSL | 188.95º | 0.98% | 0.77% | - |
| HSV(B) | 188.95º | 0.45% | 1% | - |
| XYZ | 58.99 | 73.3 | 104.81 | - |
| YUV | 209.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 254 | 0.45 | 0.07 | 0 | 0.00 | 188.95 | 0.98 | 0.77 |
| Hex | 8C | ED | FE | 2D | 7 | 0 | 0 | BD | 62 | 4D |
| Octal | 214 | 355 | 376 | 55 | 7 | 0 | 0 | 275 | 142 | 115 |
| Binary | 10001100 | 11101101 | 11111110 | 101101 | 111 | 0 | 0 | 10111101 | 1100010 | 1001101 |
Color Harmonies of #8CEDFE
Complementary color
Monochromatic Colors of #8CEDFE
Black with #8CEDFE
Text Example
Text Example
White with #8CEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEDFE; }
p { color: rgb(140,237,254); }
H1.HeaderClassName
{
color: #8CEDFE;
}
.AnyTagClassName
{
color: #8CEDFE;
}
</style>
background-color css
<style>
a { background-color: #8CEDFE; }
a { background-color: rgb(140,237,254); }
div.DivClassName
{
background-color: #8CEDFE;
}
.BgClassName
{
background-color: #8CEDFE;
}
</style>
border-color css
<style>
span { border-color: #8CEDFE; }
span { border-color: rgb(140,237,254); }
td.TdClassName
{
border-color: #8CEDFE;
}
.TagClassName
{
border-color: #8CEDFE;
}
</style>