Shades of Electric Blue #8CF1ED
Tints of Electric Blue #8CF1ED
RGB
CMYK
RGB Variations
Color information
#8CF1ED (or 0x8CF1ED) is known color: Electric Blue. HEX triplet: 8C, F1 and ED. RGB value is (140,241,237). Sum of RGB (Red+Green+Blue) = 140+241+237=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF1ED is #730E12. Grayscale: #D2D2D2. Windows color (decimal): -7540243 or 15593868. OLE color: 15593868.
HSL color Cylindrical-coordinate representation of color #8CF1ED: hue angle of 177.62º degrees, saturation: 0.78, 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 #8CF1ED is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 237 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.05 |
| HSL | 177.62º | 0.78% | 0.75% | - |
| HSV(B) | 177.62º | 0.42% | 0.95% | - |
| XYZ | 57.56 | 74.6 | 91.49 | - |
| YUV | 210.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 237 | 0.42 | 0 | 0.02 | 0.05 | 177.62 | 0.78 | 0.75 |
| Hex | 8C | F1 | ED | 2A | 0 | 2 | 5 | B2 | 4E | 4B |
| Octal | 214 | 361 | 355 | 52 | 0 | 2 | 5 | 262 | 116 | 113 |
| Binary | 10001100 | 11110001 | 11101101 | 101010 | 0 | 10 | 101 | 10110010 | 1001110 | 1001011 |
Color Harmonies of #8CF1ED
Complementary color
Monochromatic Colors of #8CF1ED
Black with #8CF1ED
Text Example
Text Example
White with #8CF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF1ED; }
p { color: rgb(140,241,237); }
H1.HeaderClassName
{
color: #8CF1ED;
}
.AnyTagClassName
{
color: #8CF1ED;
}
</style>
background-color css
<style>
a { background-color: #8CF1ED; }
a { background-color: rgb(140,241,237); }
div.DivClassName
{
background-color: #8CF1ED;
}
.BgClassName
{
background-color: #8CF1ED;
}
</style>
border-color css
<style>
span { border-color: #8CF1ED; }
span { border-color: rgb(140,241,237); }
td.TdClassName
{
border-color: #8CF1ED;
}
.TagClassName
{
border-color: #8CF1ED;
}
</style>