Shades of Electric Blue #8DEAF8
Tints of Electric Blue #8DEAF8
RGB
CMYK
RGB Variations
Color information
#8DEAF8 (or 0x8DEAF8) is known color: Electric Blue. HEX triplet: 8D, EA and F8. RGB value is (141,234,248). Sum of RGB (Red+Green+Blue) = 141+234+248=623 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.63% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DEAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAF8 is #721507. Grayscale: #CFCFCF. Windows color (decimal): -7476488 or 16312973. OLE color: 16312973.
HSL color Cylindrical-coordinate representation of color #8DEAF8: hue angle of 187.85º 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 #8DEAF8 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 234 | 248 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.03 |
| HSL | 187.85º | 0.88% | 0.76% | - |
| HSV(B) | 187.85º | 0.43% | 0.97% | - |
| XYZ | 57.35 | 71.29 | 99.54 | - |
| YUV | 207.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 248 | 0.43 | 0.06 | 0 | 0.03 | 187.85 | 0.88 | 0.76 |
| Hex | 8D | EA | F8 | 2B | 6 | 0 | 3 | BC | 58 | 4C |
| Octal | 215 | 352 | 370 | 53 | 6 | 0 | 3 | 274 | 130 | 114 |
| Binary | 10001101 | 11101010 | 11111000 | 101011 | 110 | 0 | 11 | 10111100 | 1011000 | 1001100 |
Color Harmonies of #8DEAF8
Complementary color
Monochromatic Colors of #8DEAF8
Black with #8DEAF8
Text Example
Text Example
White with #8DEAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAF8; }
p { color: rgb(141,234,248); }
H1.HeaderClassName
{
color: #8DEAF8;
}
.AnyTagClassName
{
color: #8DEAF8;
}
</style>
background-color css
<style>
a { background-color: #8DEAF8; }
a { background-color: rgb(141,234,248); }
div.DivClassName
{
background-color: #8DEAF8;
}
.BgClassName
{
background-color: #8DEAF8;
}
</style>
border-color css
<style>
span { border-color: #8DEAF8; }
span { border-color: rgb(141,234,248); }
td.TdClassName
{
border-color: #8DEAF8;
}
.TagClassName
{
border-color: #8DEAF8;
}
</style>