Shades of Electric Blue #8DEBFF
Tints of Electric Blue #8DEBFF
RGB
CMYK
RGB Variations
Color information
#8DEBFF (or 0x8DEBFF) is known color: Electric Blue. HEX triplet: 8D, EB and FF. RGB value is (141,235,255). Sum of RGB (Red+Green+Blue) = 141+235+255=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBFF is #721400. Grayscale: #D1D1D1. Windows color (decimal): -7476225 or 16771981. OLE color: 16771981.
HSL color Cylindrical-coordinate representation of color #8DEBFF: hue angle of 190.53º 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 #8DEBFF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 235 | 255 | - |
| CMYK | 0.45 | 0.08 | 0 | 0 |
| HSL | 190.53º | 1% | 0.78% | - |
| HSV(B) | 190.53º | 0.45% | 1% | - |
| XYZ | 58.74 | 72.3 | 105.47 | - |
| YUV | 209.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 255 | 0.45 | 0.08 | 0 | 0 | 190.53 | 1 | 0.78 |
| Hex | 8D | EB | FF | 2D | 8 | 0 | 0 | BF | 64 | 4E |
| Octal | 215 | 353 | 377 | 55 | 10 | 0 | 0 | 277 | 144 | 116 |
| Binary | 10001101 | 11101011 | 11111111 | 101101 | 1000 | 0 | 0 | 10111111 | 1100100 | 1001110 |
Color Harmonies of #8DEBFF
Complementary color
Monochromatic Colors of #8DEBFF
Black with #8DEBFF
Text Example
Text Example
White with #8DEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBFF; }
p { color: rgb(141,235,255); }
H1.HeaderClassName
{
color: #8DEBFF;
}
.AnyTagClassName
{
color: #8DEBFF;
}
</style>
background-color css
<style>
a { background-color: #8DEBFF; }
a { background-color: rgb(141,235,255); }
div.DivClassName
{
background-color: #8DEBFF;
}
.BgClassName
{
background-color: #8DEBFF;
}
</style>
border-color css
<style>
span { border-color: #8DEBFF; }
span { border-color: rgb(141,235,255); }
td.TdClassName
{
border-color: #8DEBFF;
}
.TagClassName
{
border-color: #8DEBFF;
}
</style>