Shades of Electric Blue #8DF9F5
Tints of Electric Blue #8DF9F5
RGB
CMYK
RGB Variations
Color information
#8DF9F5 (or 0x8DF9F5) is known color: Electric Blue. HEX triplet: 8D, F9 and F5. RGB value is (141,249,245). Sum of RGB (Red+Green+Blue) = 141+249+245=635 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.20% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF9F5 is #72060A. Grayscale: #D8D8D8. Windows color (decimal): -7472651 or 16120205. OLE color: 16120205.
HSL color Cylindrical-coordinate representation of color #8DF9F5: hue angle of 177.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF9F5 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 249 | 245 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.02 |
| HSL | 177.78º | 0.9% | 0.76% | - |
| HSV(B) | 177.78º | 0.43% | 0.98% | - |
| XYZ | 61.34 | 80.01 | 98.6 | - |
| YUV | 216.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 249 | 245 | 0.43 | 0 | 0.02 | 0.02 | 177.78 | 0.9 | 0.76 |
| Hex | 8D | F9 | F5 | 2B | 0 | 2 | 2 | B2 | 5A | 4C |
| Octal | 215 | 371 | 365 | 53 | 0 | 2 | 2 | 262 | 132 | 114 |
| Binary | 10001101 | 11111001 | 11110101 | 101011 | 0 | 10 | 10 | 10110010 | 1011010 | 1001100 |
Color Harmonies of #8DF9F5
Complementary color
Monochromatic Colors of #8DF9F5
Black with #8DF9F5
Text Example
Text Example
White with #8DF9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF9F5; }
p { color: rgb(141,249,245); }
H1.HeaderClassName
{
color: #8DF9F5;
}
.AnyTagClassName
{
color: #8DF9F5;
}
</style>
background-color css
<style>
a { background-color: #8DF9F5; }
a { background-color: rgb(141,249,245); }
div.DivClassName
{
background-color: #8DF9F5;
}
.BgClassName
{
background-color: #8DF9F5;
}
</style>
border-color css
<style>
span { border-color: #8DF9F5; }
span { border-color: rgb(141,249,245); }
td.TdClassName
{
border-color: #8DF9F5;
}
.TagClassName
{
border-color: #8DF9F5;
}
</style>