Shades of Electric Blue #8FFEED
Tints of Electric Blue #8FFEED
RGB
CMYK
RGB Variations
Color information
#8FFEED (or 0x8FFEED) is known color: Electric Blue. HEX triplet: 8F, FE and ED. RGB value is (143,254,237). Sum of RGB (Red+Green+Blue) = 143+254+237=634 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.56% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEED is #700112. Grayscale: #DADADA. Windows color (decimal): -7340307 or 15597199. OLE color: 15597199.
HSL color Cylindrical-coordinate representation of color #8FFEED: hue angle of 170.81º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEED is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 237 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.00 |
| HSL | 170.81º | 0.98% | 0.78% | - |
| HSV(B) | 170.81º | 0.44% | 1% | - |
| XYZ | 62.06 | 82.84 | 92.84 | - |
| YUV | 218.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 237 | 0.44 | 0 | 0.07 | 0.00 | 170.81 | 0.98 | 0.78 |
| Hex | 8F | FE | ED | 2C | 0 | 7 | 0 | AB | 62 | 4E |
| Octal | 217 | 376 | 355 | 54 | 0 | 7 | 0 | 253 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11101101 | 101100 | 0 | 111 | 0 | 10101011 | 1100010 | 1001110 |
Color Harmonies of #8FFEED
Complementary color
Monochromatic Colors of #8FFEED
Black with #8FFEED
Text Example
Text Example
White with #8FFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEED; }
p { color: rgb(143,254,237); }
H1.HeaderClassName
{
color: #8FFEED;
}
.AnyTagClassName
{
color: #8FFEED;
}
</style>
background-color css
<style>
a { background-color: #8FFEED; }
a { background-color: rgb(143,254,237); }
div.DivClassName
{
background-color: #8FFEED;
}
.BgClassName
{
background-color: #8FFEED;
}
</style>
border-color css
<style>
span { border-color: #8FFEED; }
span { border-color: rgb(143,254,237); }
td.TdClassName
{
border-color: #8FFEED;
}
.TagClassName
{
border-color: #8FFEED;
}
</style>