Shades of Electric Blue #8FF8ED
Tints of Electric Blue #8FF8ED
RGB
CMYK
RGB Variations
Color information
#8FF8ED (or 0x8FF8ED) is known color: Electric Blue. HEX triplet: 8F, F8 and ED. RGB value is (143,248,237). Sum of RGB (Red+Green+Blue) = 143+248+237=628 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.77% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF8ED is #700712. Grayscale: #D7D7D7. Windows color (decimal): -7341843 or 15595663. OLE color: 15595663.
HSL color Cylindrical-coordinate representation of color #8FF8ED: hue angle of 173.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF8ED is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 248 | 237 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.03 |
| HSL | 173.71º | 0.88% | 0.77% | - |
| HSV(B) | 173.71º | 0.42% | 0.97% | - |
| XYZ | 60.18 | 79.09 | 92.21 | - |
| YUV | 215.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 248 | 237 | 0.42 | 0 | 0.04 | 0.03 | 173.71 | 0.88 | 0.77 |
| Hex | 8F | F8 | ED | 2A | 0 | 4 | 3 | AE | 58 | 4D |
| Octal | 217 | 370 | 355 | 52 | 0 | 4 | 3 | 256 | 130 | 115 |
| Binary | 10001111 | 11111000 | 11101101 | 101010 | 0 | 100 | 11 | 10101110 | 1011000 | 1001101 |
Color Harmonies of #8FF8ED
Complementary color
Monochromatic Colors of #8FF8ED
Black with #8FF8ED
Text Example
Text Example
White with #8FF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF8ED; }
p { color: rgb(143,248,237); }
H1.HeaderClassName
{
color: #8FF8ED;
}
.AnyTagClassName
{
color: #8FF8ED;
}
</style>
background-color css
<style>
a { background-color: #8FF8ED; }
a { background-color: rgb(143,248,237); }
div.DivClassName
{
background-color: #8FF8ED;
}
.BgClassName
{
background-color: #8FF8ED;
}
</style>
border-color css
<style>
span { border-color: #8FF8ED; }
span { border-color: rgb(143,248,237); }
td.TdClassName
{
border-color: #8FF8ED;
}
.TagClassName
{
border-color: #8FF8ED;
}
</style>