Shades of Electric Blue #8DEEF8
Tints of Electric Blue #8DEEF8
RGB
CMYK
RGB Variations
Color information
#8DEEF8 (or 0x8DEEF8) is known color: Electric Blue. HEX triplet: 8D, EE and F8. RGB value is (141,238,248). Sum of RGB (Red+Green+Blue) = 141+238+248=627 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.49% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DEEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEF8 is #721107. Grayscale: #D1D1D1. Windows color (decimal): -7475464 or 16313997. OLE color: 16313997.
HSL color Cylindrical-coordinate representation of color #8DEEF8: hue angle of 185.61º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DEEF8 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 238 | 248 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.03 |
| HSL | 185.61º | 0.88% | 0.76% | - |
| HSV(B) | 185.61º | 0.43% | 0.97% | - |
| XYZ | 58.5 | 73.59 | 99.93 | - |
| YUV | 210.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 248 | 0.43 | 0.04 | 0 | 0.03 | 185.61 | 0.88 | 0.76 |
| Hex | 8D | EE | F8 | 2B | 4 | 0 | 3 | BA | 58 | 4C |
| Octal | 215 | 356 | 370 | 53 | 4 | 0 | 3 | 272 | 130 | 114 |
| Binary | 10001101 | 11101110 | 11111000 | 101011 | 100 | 0 | 11 | 10111010 | 1011000 | 1001100 |
Color Harmonies of #8DEEF8
Complementary color
Monochromatic Colors of #8DEEF8
Black with #8DEEF8
Text Example
Text Example
White with #8DEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEF8; }
p { color: rgb(141,238,248); }
H1.HeaderClassName
{
color: #8DEEF8;
}
.AnyTagClassName
{
color: #8DEEF8;
}
</style>
background-color css
<style>
a { background-color: #8DEEF8; }
a { background-color: rgb(141,238,248); }
div.DivClassName
{
background-color: #8DEEF8;
}
.BgClassName
{
background-color: #8DEEF8;
}
</style>
border-color css
<style>
span { border-color: #8DEEF8; }
span { border-color: rgb(141,238,248); }
td.TdClassName
{
border-color: #8DEEF8;
}
.TagClassName
{
border-color: #8DEEF8;
}
</style>