Shades of Electric Blue #8DEBFD
Tints of Electric Blue #8DEBFD
RGB
CMYK
RGB Variations
Color information
#8DEBFD (or 0x8DEBFD) is known color: Electric Blue. HEX triplet: 8D, EB and FD. RGB value is (141,235,253). Sum of RGB (Red+Green+Blue) = 141+235+253=629 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.42% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBFD is #721402. Grayscale: #D0D0D0. Windows color (decimal): -7476227 or 16640909. OLE color: 16640909.
HSL color Cylindrical-coordinate representation of color #8DEBFD: hue angle of 189.64º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEBFD is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 235 | 253 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.01 |
| HSL | 189.64º | 0.97% | 0.77% | - |
| HSV(B) | 189.64º | 0.44% | 0.99% | - |
| XYZ | 58.42 | 72.17 | 103.78 | - |
| YUV | 208.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 253 | 0.44 | 0.07 | 0 | 0.01 | 189.64 | 0.97 | 0.77 |
| Hex | 8D | EB | FD | 2C | 7 | 0 | 1 | BE | 61 | 4D |
| Octal | 215 | 353 | 375 | 54 | 7 | 0 | 1 | 276 | 141 | 115 |
| Binary | 10001101 | 11101011 | 11111101 | 101100 | 111 | 0 | 1 | 10111110 | 1100001 | 1001101 |
Color Harmonies of #8DEBFD
Complementary color
Monochromatic Colors of #8DEBFD
Black with #8DEBFD
Text Example
Text Example
White with #8DEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBFD; }
p { color: rgb(141,235,253); }
H1.HeaderClassName
{
color: #8DEBFD;
}
.AnyTagClassName
{
color: #8DEBFD;
}
</style>
background-color css
<style>
a { background-color: #8DEBFD; }
a { background-color: rgb(141,235,253); }
div.DivClassName
{
background-color: #8DEBFD;
}
.BgClassName
{
background-color: #8DEBFD;
}
</style>
border-color css
<style>
span { border-color: #8DEBFD; }
span { border-color: rgb(141,235,253); }
td.TdClassName
{
border-color: #8DEBFD;
}
.TagClassName
{
border-color: #8DEBFD;
}
</style>