Shades of Electric Blue #8FF1ED
Tints of Electric Blue #8FF1ED
RGB
CMYK
RGB Variations
Color information
#8FF1ED (or 0x8FF1ED) is known color: Electric Blue. HEX triplet: 8F, F1 and ED. RGB value is (143,241,237). Sum of RGB (Red+Green+Blue) = 143+241+237=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF1ED is #700E12. Grayscale: #D3D3D3. Windows color (decimal): -7343635 or 15593871. OLE color: 15593871.
HSL color Cylindrical-coordinate representation of color #8FF1ED: hue angle of 177.55º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF1ED is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 241 | 237 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.05 |
| HSL | 177.55º | 0.78% | 0.75% | - |
| HSV(B) | 177.55º | 0.41% | 0.95% | - |
| XYZ | 58.07 | 74.86 | 91.51 | - |
| YUV | 211.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 237 | 0.41 | 0 | 0.02 | 0.05 | 177.55 | 0.78 | 0.75 |
| Hex | 8F | F1 | ED | 29 | 0 | 2 | 5 | B2 | 4E | 4B |
| Octal | 217 | 361 | 355 | 51 | 0 | 2 | 5 | 262 | 116 | 113 |
| Binary | 10001111 | 11110001 | 11101101 | 101001 | 0 | 10 | 101 | 10110010 | 1001110 | 1001011 |
Color Harmonies of #8FF1ED
Complementary color
Monochromatic Colors of #8FF1ED
Black with #8FF1ED
Text Example
Text Example
White with #8FF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF1ED; }
p { color: rgb(143,241,237); }
H1.HeaderClassName
{
color: #8FF1ED;
}
.AnyTagClassName
{
color: #8FF1ED;
}
</style>
background-color css
<style>
a { background-color: #8FF1ED; }
a { background-color: rgb(143,241,237); }
div.DivClassName
{
background-color: #8FF1ED;
}
.BgClassName
{
background-color: #8FF1ED;
}
</style>
border-color css
<style>
span { border-color: #8FF1ED; }
span { border-color: rgb(143,241,237); }
td.TdClassName
{
border-color: #8FF1ED;
}
.TagClassName
{
border-color: #8FF1ED;
}
</style>