Shades of Electric Blue #8DF2F8
Tints of Electric Blue #8DF2F8
RGB
CMYK
RGB Variations
Color information
#8DF2F8 (or 0x8DF2F8) is known color: Electric Blue. HEX triplet: 8D, F2 and F8. RGB value is (141,242,248). Sum of RGB (Red+Green+Blue) = 141+242+248=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DF2F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF2F8 is #720D07. Grayscale: #D4D4D4. Windows color (decimal): -7474440 or 16315021. OLE color: 16315021.
HSL color Cylindrical-coordinate representation of color #8DF2F8: hue angle of 183.36º 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 #8DF2F8 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 242 | 248 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.03 |
| HSL | 183.36º | 0.88% | 0.76% | - |
| HSV(B) | 183.36º | 0.43% | 0.97% | - |
| XYZ | 59.68 | 75.94 | 100.32 | - |
| YUV | 212.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 248 | 0.43 | 0.02 | 0 | 0.03 | 183.36 | 0.88 | 0.76 |
| Hex | 8D | F2 | F8 | 2B | 2 | 0 | 3 | B7 | 58 | 4C |
| Octal | 215 | 362 | 370 | 53 | 2 | 0 | 3 | 267 | 130 | 114 |
| Binary | 10001101 | 11110010 | 11111000 | 101011 | 10 | 0 | 11 | 10110111 | 1011000 | 1001100 |
Color Harmonies of #8DF2F8
Complementary color
Monochromatic Colors of #8DF2F8
Black with #8DF2F8
Text Example
Text Example
White with #8DF2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF2F8; }
p { color: rgb(141,242,248); }
H1.HeaderClassName
{
color: #8DF2F8;
}
.AnyTagClassName
{
color: #8DF2F8;
}
</style>
background-color css
<style>
a { background-color: #8DF2F8; }
a { background-color: rgb(141,242,248); }
div.DivClassName
{
background-color: #8DF2F8;
}
.BgClassName
{
background-color: #8DF2F8;
}
</style>
border-color css
<style>
span { border-color: #8DF2F8; }
span { border-color: rgb(141,242,248); }
td.TdClassName
{
border-color: #8DF2F8;
}
.TagClassName
{
border-color: #8DF2F8;
}
</style>