Shades of Electric Blue #8CFEEE
Tints of Electric Blue #8CFEEE
RGB
CMYK
RGB Variations
Color information
#8CFEEE (or 0x8CFEEE) is known color: Electric Blue. HEX triplet: 8C, FE and EE. RGB value is (140,254,238). Sum of RGB (Red+Green+Blue) = 140+254+238=632 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.15% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEEE is #730111. Grayscale: #DADADA. Windows color (decimal): -7536914 or 15662732. OLE color: 15662732.
HSL color Cylindrical-coordinate representation of color #8CFEEE: hue angle of 171.58º 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 #8CFEEE is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 238 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.00 |
| HSL | 171.58º | 0.98% | 0.77% | - |
| HSV(B) | 171.58º | 0.45% | 1% | - |
| XYZ | 61.69 | 82.63 | 93.59 | - |
| YUV | 218.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 238 | 0.45 | 0 | 0.06 | 0.00 | 171.58 | 0.98 | 0.77 |
| Hex | 8C | FE | EE | 2D | 0 | 6 | 0 | AC | 62 | 4D |
| Octal | 214 | 376 | 356 | 55 | 0 | 6 | 0 | 254 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11101110 | 101101 | 0 | 110 | 0 | 10101100 | 1100010 | 1001101 |
Color Harmonies of #8CFEEE
Complementary color
Monochromatic Colors of #8CFEEE
Black with #8CFEEE
Text Example
Text Example
White with #8CFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEEE; }
p { color: rgb(140,254,238); }
H1.HeaderClassName
{
color: #8CFEEE;
}
.AnyTagClassName
{
color: #8CFEEE;
}
</style>
background-color css
<style>
a { background-color: #8CFEEE; }
a { background-color: rgb(140,254,238); }
div.DivClassName
{
background-color: #8CFEEE;
}
.BgClassName
{
background-color: #8CFEEE;
}
</style>
border-color css
<style>
span { border-color: #8CFEEE; }
span { border-color: rgb(140,254,238); }
td.TdClassName
{
border-color: #8CFEEE;
}
.TagClassName
{
border-color: #8CFEEE;
}
</style>