Shades of Electric Blue #8DECF1
Tints of Electric Blue #8DECF1
RGB
CMYK
RGB Variations
Color information
#8DECF1 (or 0x8DECF1) is known color: Electric Blue. HEX triplet: 8D, EC and F1. RGB value is (141,236,241). Sum of RGB (Red+Green+Blue) = 141+236+241=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DECF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DECF1 is #72130E. Grayscale: #D0D0D0. Windows color (decimal): -7475983 or 15854733. OLE color: 15854733.
HSL color Cylindrical-coordinate representation of color #8DECF1: hue angle of 183º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DECF1 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 236 | 241 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.05 |
| HSL | 183º | 0.78% | 0.75% | - |
| HSV(B) | 183º | 0.41% | 0.95% | - |
| XYZ | 56.86 | 72 | 94.12 | - |
| YUV | 208.17 | 146.53 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 241 | 0.41 | 0.02 | 0 | 0.05 | 183 | 0.78 | 0.75 |
| Hex | 8D | EC | F1 | 29 | 2 | 0 | 5 | B7 | 4E | 4B |
| Octal | 215 | 354 | 361 | 51 | 2 | 0 | 5 | 267 | 116 | 113 |
| Binary | 10001101 | 11101100 | 11110001 | 101001 | 10 | 0 | 101 | 10110111 | 1001110 | 1001011 |
Color Harmonies of #8DECF1
Complementary color
Monochromatic Colors of #8DECF1
Black with #8DECF1
Text Example
Text Example
White with #8DECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECF1; }
p { color: rgb(141,236,241); }
H1.HeaderClassName
{
color: #8DECF1;
}
.AnyTagClassName
{
color: #8DECF1;
}
</style>
background-color css
<style>
a { background-color: #8DECF1; }
a { background-color: rgb(141,236,241); }
div.DivClassName
{
background-color: #8DECF1;
}
.BgClassName
{
background-color: #8DECF1;
}
</style>
border-color css
<style>
span { border-color: #8DECF1; }
span { border-color: rgb(141,236,241); }
td.TdClassName
{
border-color: #8DECF1;
}
.TagClassName
{
border-color: #8DECF1;
}
</style>