Shades of Electric Blue #8FEDF6
Tints of Electric Blue #8FEDF6
RGB
CMYK
RGB Variations
Color information
#8FEDF6 (or 0x8FEDF6) is known color: Electric Blue. HEX triplet: 8F, ED and F6. RGB value is (143,237,246). Sum of RGB (Red+Green+Blue) = 143+237+246=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #8FEDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDF6 is #701209. Grayscale: #D1D1D1. Windows color (decimal): -7344650 or 16182671. OLE color: 16182671.
HSL color Cylindrical-coordinate representation of color #8FEDF6: hue angle of 185.24º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FEDF6 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 237 | 246 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.04 |
| HSL | 185.24º | 0.85% | 0.76% | - |
| HSV(B) | 185.24º | 0.42% | 0.96% | - |
| XYZ | 58.25 | 73.06 | 98.22 | - |
| YUV | 209.92 | 148.36 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 246 | 0.42 | 0.04 | 0 | 0.04 | 185.24 | 0.85 | 0.76 |
| Hex | 8F | ED | F6 | 2A | 4 | 0 | 4 | B9 | 55 | 4C |
| Octal | 217 | 355 | 366 | 52 | 4 | 0 | 4 | 271 | 125 | 114 |
| Binary | 10001111 | 11101101 | 11110110 | 101010 | 100 | 0 | 100 | 10111001 | 1010101 | 1001100 |
Color Harmonies of #8FEDF6
Complementary color
Monochromatic Colors of #8FEDF6
Black with #8FEDF6
Text Example
Text Example
White with #8FEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDF6; }
p { color: rgb(143,237,246); }
H1.HeaderClassName
{
color: #8FEDF6;
}
.AnyTagClassName
{
color: #8FEDF6;
}
</style>
background-color css
<style>
a { background-color: #8FEDF6; }
a { background-color: rgb(143,237,246); }
div.DivClassName
{
background-color: #8FEDF6;
}
.BgClassName
{
background-color: #8FEDF6;
}
</style>
border-color css
<style>
span { border-color: #8FEDF6; }
span { border-color: rgb(143,237,246); }
td.TdClassName
{
border-color: #8FEDF6;
}
.TagClassName
{
border-color: #8FEDF6;
}
</style>