Shades of Electric Blue #8DEAFA
Tints of Electric Blue #8DEAFA
RGB
CMYK
RGB Variations
Color information
#8DEAFA (or 0x8DEAFA) is known color: Electric Blue. HEX triplet: 8D, EA and FA. RGB value is (141,234,250). Sum of RGB (Red+Green+Blue) = 141+234+250=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAFA is #721505. Grayscale: #CFCFCF. Windows color (decimal): -7476486 or 16444045. OLE color: 16444045.
HSL color Cylindrical-coordinate representation of color #8DEAFA: hue angle of 188.81º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEAFA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 234 | 250 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.02 |
| HSL | 188.81º | 0.92% | 0.77% | - |
| HSV(B) | 188.81º | 0.44% | 0.98% | - |
| XYZ | 57.66 | 71.41 | 101.19 | - |
| YUV | 208.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 250 | 0.44 | 0.06 | 0 | 0.02 | 188.81 | 0.92 | 0.77 |
| Hex | 8D | EA | FA | 2C | 6 | 0 | 2 | BD | 5C | 4D |
| Octal | 215 | 352 | 372 | 54 | 6 | 0 | 2 | 275 | 134 | 115 |
| Binary | 10001101 | 11101010 | 11111010 | 101100 | 110 | 0 | 10 | 10111101 | 1011100 | 1001101 |
Color Harmonies of #8DEAFA
Complementary color
Monochromatic Colors of #8DEAFA
Black with #8DEAFA
Text Example
Text Example
White with #8DEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAFA; }
p { color: rgb(141,234,250); }
H1.HeaderClassName
{
color: #8DEAFA;
}
.AnyTagClassName
{
color: #8DEAFA;
}
</style>
background-color css
<style>
a { background-color: #8DEAFA; }
a { background-color: rgb(141,234,250); }
div.DivClassName
{
background-color: #8DEAFA;
}
.BgClassName
{
background-color: #8DEAFA;
}
</style>
border-color css
<style>
span { border-color: #8DEAFA; }
span { border-color: rgb(141,234,250); }
td.TdClassName
{
border-color: #8DEAFA;
}
.TagClassName
{
border-color: #8DEAFA;
}
</style>