Shades of Electric Blue #8DEDF5
Tints of Electric Blue #8DEDF5
RGB
CMYK
RGB Variations
Color information
#8DEDF5 (or 0x8DEDF5) is known color: Electric Blue. HEX triplet: 8D, ED and F5. RGB value is (141,237,245). Sum of RGB (Red+Green+Blue) = 141+237+245=623 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.63% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DEDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDF5 is #72120A. Grayscale: #D1D1D1. Windows color (decimal): -7475723 or 16117133. OLE color: 16117133.
HSL color Cylindrical-coordinate representation of color #8DEDF5: hue angle of 184.62º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DEDF5 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 237 | 245 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.04 |
| HSL | 184.62º | 0.84% | 0.76% | - |
| HSV(B) | 184.62º | 0.42% | 0.96% | - |
| XYZ | 57.75 | 72.82 | 97.4 | - |
| YUV | 209.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 245 | 0.42 | 0.03 | 0 | 0.04 | 184.62 | 0.84 | 0.76 |
| Hex | 8D | ED | F5 | 2A | 3 | 0 | 4 | B9 | 54 | 4C |
| Octal | 215 | 355 | 365 | 52 | 3 | 0 | 4 | 271 | 124 | 114 |
| Binary | 10001101 | 11101101 | 11110101 | 101010 | 11 | 0 | 100 | 10111001 | 1010100 | 1001100 |
Color Harmonies of #8DEDF5
Complementary color
Monochromatic Colors of #8DEDF5
Black with #8DEDF5
Text Example
Text Example
White with #8DEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDF5; }
p { color: rgb(141,237,245); }
H1.HeaderClassName
{
color: #8DEDF5;
}
.AnyTagClassName
{
color: #8DEDF5;
}
</style>
background-color css
<style>
a { background-color: #8DEDF5; }
a { background-color: rgb(141,237,245); }
div.DivClassName
{
background-color: #8DEDF5;
}
.BgClassName
{
background-color: #8DEDF5;
}
</style>
border-color css
<style>
span { border-color: #8DEDF5; }
span { border-color: rgb(141,237,245); }
td.TdClassName
{
border-color: #8DEDF5;
}
.TagClassName
{
border-color: #8DEDF5;
}
</style>