Shades of Electric Blue #8DF1F8
Tints of Electric Blue #8DF1F8
RGB
CMYK
RGB Variations
Color information
#8DF1F8 (or 0x8DF1F8) is known color: Electric Blue. HEX triplet: 8D, F1 and F8. RGB value is (141,241,248). Sum of RGB (Red+Green+Blue) = 141+241+248=630 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.38% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DF1F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1F8 is #720E07. Grayscale: #D3D3D3. Windows color (decimal): -7474696 or 16314765. OLE color: 16314765.
HSL color Cylindrical-coordinate representation of color #8DF1F8: hue angle of 183.93º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF1F8 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 241 | 248 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.03 |
| HSL | 183.93º | 0.88% | 0.76% | - |
| HSV(B) | 183.93º | 0.43% | 0.97% | - |
| XYZ | 59.38 | 75.35 | 100.22 | - |
| YUV | 211.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 248 | 0.43 | 0.03 | 0 | 0.03 | 183.93 | 0.88 | 0.76 |
| Hex | 8D | F1 | F8 | 2B | 3 | 0 | 3 | B8 | 58 | 4C |
| Octal | 215 | 361 | 370 | 53 | 3 | 0 | 3 | 270 | 130 | 114 |
| Binary | 10001101 | 11110001 | 11111000 | 101011 | 11 | 0 | 11 | 10111000 | 1011000 | 1001100 |
Color Harmonies of #8DF1F8
Complementary color
Monochromatic Colors of #8DF1F8
Black with #8DF1F8
Text Example
Text Example
White with #8DF1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1F8; }
p { color: rgb(141,241,248); }
H1.HeaderClassName
{
color: #8DF1F8;
}
.AnyTagClassName
{
color: #8DF1F8;
}
</style>
background-color css
<style>
a { background-color: #8DF1F8; }
a { background-color: rgb(141,241,248); }
div.DivClassName
{
background-color: #8DF1F8;
}
.BgClassName
{
background-color: #8DF1F8;
}
</style>
border-color css
<style>
span { border-color: #8DF1F8; }
span { border-color: rgb(141,241,248); }
td.TdClassName
{
border-color: #8DF1F8;
}
.TagClassName
{
border-color: #8DF1F8;
}
</style>