Shades of Electric Blue #8DEDFF
Tints of Electric Blue #8DEDFF
RGB
CMYK
RGB Variations
Color information
#8DEDFF (or 0x8DEDFF) is known color: Electric Blue. HEX triplet: 8D, ED and FF. RGB value is (141,237,255). Sum of RGB (Red+Green+Blue) = 141+237+255=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDFF is #721200. Grayscale: #D2D2D2. Windows color (decimal): -7475713 or 16772493. OLE color: 16772493.
HSL color Cylindrical-coordinate representation of color #8DEDFF: hue angle of 189.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DEDFF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 237 | 255 | - |
| CMYK | 0.45 | 0.07 | 0 | 0 |
| HSL | 189.47º | 1% | 0.78% | - |
| HSV(B) | 189.47º | 0.45% | 1% | - |
| XYZ | 59.32 | 73.45 | 105.66 | - |
| YUV | 210.35 | 153.2 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 255 | 0.45 | 0.07 | 0 | 0 | 189.47 | 1 | 0.78 |
| Hex | 8D | ED | FF | 2D | 7 | 0 | 0 | BD | 64 | 4E |
| Octal | 215 | 355 | 377 | 55 | 7 | 0 | 0 | 275 | 144 | 116 |
| Binary | 10001101 | 11101101 | 11111111 | 101101 | 111 | 0 | 0 | 10111101 | 1100100 | 1001110 |
Color Harmonies of #8DEDFF
Complementary color
Monochromatic Colors of #8DEDFF
Black with #8DEDFF
Text Example
Text Example
White with #8DEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDFF; }
p { color: rgb(141,237,255); }
H1.HeaderClassName
{
color: #8DEDFF;
}
.AnyTagClassName
{
color: #8DEDFF;
}
</style>
background-color css
<style>
a { background-color: #8DEDFF; }
a { background-color: rgb(141,237,255); }
div.DivClassName
{
background-color: #8DEDFF;
}
.BgClassName
{
background-color: #8DEDFF;
}
</style>
border-color css
<style>
span { border-color: #8DEDFF; }
span { border-color: rgb(141,237,255); }
td.TdClassName
{
border-color: #8DEDFF;
}
.TagClassName
{
border-color: #8DEDFF;
}
</style>