Shades of Electric Blue #8CF2ED
Tints of Electric Blue #8CF2ED
RGB
CMYK
RGB Variations
Color information
#8CF2ED (or 0x8CF2ED) is known color: Electric Blue. HEX triplet: 8C, F2 and ED. RGB value is (140,242,237). Sum of RGB (Red+Green+Blue) = 140+242+237=619 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.62% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF2ED is #730D12. Grayscale: #D2D2D2. Windows color (decimal): -7539987 or 15594124. OLE color: 15594124.
HSL color Cylindrical-coordinate representation of color #8CF2ED: hue angle of 177.06º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF2ED is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 237 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.05 |
| HSL | 177.06º | 0.8% | 0.75% | - |
| HSV(B) | 177.06º | 0.42% | 0.95% | - |
| XYZ | 57.85 | 75.19 | 91.59 | - |
| YUV | 210.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 237 | 0.42 | 0 | 0.02 | 0.05 | 177.06 | 0.8 | 0.75 |
| Hex | 8C | F2 | ED | 2A | 0 | 2 | 5 | B1 | 50 | 4B |
| Octal | 214 | 362 | 355 | 52 | 0 | 2 | 5 | 261 | 120 | 113 |
| Binary | 10001100 | 11110010 | 11101101 | 101010 | 0 | 10 | 101 | 10110001 | 1010000 | 1001011 |
Color Harmonies of #8CF2ED
Complementary color
Monochromatic Colors of #8CF2ED
Black with #8CF2ED
Text Example
Text Example
White with #8CF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF2ED; }
p { color: rgb(140,242,237); }
H1.HeaderClassName
{
color: #8CF2ED;
}
.AnyTagClassName
{
color: #8CF2ED;
}
</style>
background-color css
<style>
a { background-color: #8CF2ED; }
a { background-color: rgb(140,242,237); }
div.DivClassName
{
background-color: #8CF2ED;
}
.BgClassName
{
background-color: #8CF2ED;
}
</style>
border-color css
<style>
span { border-color: #8CF2ED; }
span { border-color: rgb(140,242,237); }
td.TdClassName
{
border-color: #8CF2ED;
}
.TagClassName
{
border-color: #8CF2ED;
}
</style>