Shades of Electric Blue #8DFDEE
Tints of Electric Blue #8DFDEE
RGB
CMYK
RGB Variations
Color information
#8DFDEE (or 0x8DFDEE) is known color: Electric Blue. HEX triplet: 8D, FD and EE. RGB value is (141,253,238). Sum of RGB (Red+Green+Blue) = 141+253+238=632 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.31% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFDEE is #720211. Grayscale: #D9D9D9. Windows color (decimal): -7471634 or 15662477. OLE color: 15662477.
HSL color Cylindrical-coordinate representation of color #8DFDEE: hue angle of 171.96º 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 #8DFDEE is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 238 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.01 |
| HSL | 171.96º | 0.97% | 0.77% | - |
| HSV(B) | 171.96º | 0.44% | 0.99% | - |
| XYZ | 61.54 | 82.09 | 93.49 | - |
| YUV | 217.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 238 | 0.44 | 0 | 0.06 | 0.01 | 171.96 | 0.97 | 0.77 |
| Hex | 8D | FD | EE | 2C | 0 | 6 | 1 | AC | 61 | 4D |
| Octal | 215 | 375 | 356 | 54 | 0 | 6 | 1 | 254 | 141 | 115 |
| Binary | 10001101 | 11111101 | 11101110 | 101100 | 0 | 110 | 1 | 10101100 | 1100001 | 1001101 |
Color Harmonies of #8DFDEE
Complementary color
Monochromatic Colors of #8DFDEE
Black with #8DFDEE
Text Example
Text Example
White with #8DFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDEE; }
p { color: rgb(141,253,238); }
H1.HeaderClassName
{
color: #8DFDEE;
}
.AnyTagClassName
{
color: #8DFDEE;
}
</style>
background-color css
<style>
a { background-color: #8DFDEE; }
a { background-color: rgb(141,253,238); }
div.DivClassName
{
background-color: #8DFDEE;
}
.BgClassName
{
background-color: #8DFDEE;
}
</style>
border-color css
<style>
span { border-color: #8DFDEE; }
span { border-color: rgb(141,253,238); }
td.TdClassName
{
border-color: #8DFDEE;
}
.TagClassName
{
border-color: #8DFDEE;
}
</style>