Shades of Electric Blue #8CF1EE
Tints of Electric Blue #8CF1EE
RGB
CMYK
RGB Variations
Color information
#8CF1EE (or 0x8CF1EE) is known color: Electric Blue. HEX triplet: 8C, F1 and EE. RGB value is (140,241,238). Sum of RGB (Red+Green+Blue) = 140+241+238=619 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.62% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF1EE is #730E11. Grayscale: #D2D2D2. Windows color (decimal): -7540242 or 15659404. OLE color: 15659404.
HSL color Cylindrical-coordinate representation of color #8CF1EE: hue angle of 178.22º 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 #8CF1EE is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 238 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.05 |
| HSL | 178.22º | 0.78% | 0.75% | - |
| HSV(B) | 178.22º | 0.42% | 0.95% | - |
| XYZ | 57.7 | 74.66 | 92.26 | - |
| YUV | 210.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 238 | 0.42 | 0 | 0.01 | 0.05 | 178.22 | 0.78 | 0.75 |
| Hex | 8C | F1 | EE | 2A | 0 | 1 | 5 | B2 | 4E | 4B |
| Octal | 214 | 361 | 356 | 52 | 0 | 1 | 5 | 262 | 116 | 113 |
| Binary | 10001100 | 11110001 | 11101110 | 101010 | 0 | 1 | 101 | 10110010 | 1001110 | 1001011 |
Color Harmonies of #8CF1EE
Complementary color
Monochromatic Colors of #8CF1EE
Black with #8CF1EE
Text Example
Text Example
White with #8CF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF1EE; }
p { color: rgb(140,241,238); }
H1.HeaderClassName
{
color: #8CF1EE;
}
.AnyTagClassName
{
color: #8CF1EE;
}
</style>
background-color css
<style>
a { background-color: #8CF1EE; }
a { background-color: rgb(140,241,238); }
div.DivClassName
{
background-color: #8CF1EE;
}
.BgClassName
{
background-color: #8CF1EE;
}
</style>
border-color css
<style>
span { border-color: #8CF1EE; }
span { border-color: rgb(140,241,238); }
td.TdClassName
{
border-color: #8CF1EE;
}
.TagClassName
{
border-color: #8CF1EE;
}
</style>