Shades of Electric Blue #8DEEFF
Tints of Electric Blue #8DEEFF
RGB
CMYK
RGB Variations
Color information
#8DEEFF (or 0x8DEEFF) is known color: Electric Blue. HEX triplet: 8D, EE and FF. RGB value is (141,238,255). Sum of RGB (Red+Green+Blue) = 141+238+255=634 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.24% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEFF is #721100. Grayscale: #D2D2D2. Windows color (decimal): -7475457 or 16772749. OLE color: 16772749.
HSL color Cylindrical-coordinate representation of color #8DEEFF: hue angle of 188.95º 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 #8DEEFF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 238 | 255 | - |
| CMYK | 0.45 | 0.07 | 0 | 0 |
| HSL | 188.95º | 1% | 0.78% | - |
| HSV(B) | 188.95º | 0.45% | 1% | - |
| XYZ | 59.61 | 74.03 | 105.76 | - |
| YUV | 210.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 255 | 0.45 | 0.07 | 0 | 0 | 188.95 | 1 | 0.78 |
| Hex | 8D | EE | FF | 2D | 7 | 0 | 0 | BD | 64 | 4E |
| Octal | 215 | 356 | 377 | 55 | 7 | 0 | 0 | 275 | 144 | 116 |
| Binary | 10001101 | 11101110 | 11111111 | 101101 | 111 | 0 | 0 | 10111101 | 1100100 | 1001110 |
Color Harmonies of #8DEEFF
Complementary color
Monochromatic Colors of #8DEEFF
Black with #8DEEFF
Text Example
Text Example
White with #8DEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEFF; }
p { color: rgb(141,238,255); }
H1.HeaderClassName
{
color: #8DEEFF;
}
.AnyTagClassName
{
color: #8DEEFF;
}
</style>
background-color css
<style>
a { background-color: #8DEEFF; }
a { background-color: rgb(141,238,255); }
div.DivClassName
{
background-color: #8DEEFF;
}
.BgClassName
{
background-color: #8DEEFF;
}
</style>
border-color css
<style>
span { border-color: #8DEEFF; }
span { border-color: rgb(141,238,255); }
td.TdClassName
{
border-color: #8DEEFF;
}
.TagClassName
{
border-color: #8DEEFF;
}
</style>