Shades of Electric Blue #8DF7FF
Tints of Electric Blue #8DF7FF
RGB
CMYK
RGB Variations
Color information
#8DF7FF (or 0x8DF7FF) is known color: Electric Blue. HEX triplet: 8D, F7 and FF. RGB value is (141,247,255). Sum of RGB (Red+Green+Blue) = 141+247+255=643 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.93% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF7FF is #720800. Grayscale: #D8D8D8. Windows color (decimal): -7473153 or 16775053. OLE color: 16775053.
HSL color Cylindrical-coordinate representation of color #8DF7FF: hue angle of 184.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DF7FF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 247 | 255 | - |
| CMYK | 0.45 | 0.03 | 0 | 0 |
| HSL | 184.21º | 1% | 0.78% | - |
| HSV(B) | 184.21º | 0.45% | 1% | - |
| XYZ | 62.3 | 79.4 | 106.65 | - |
| YUV | 216.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 255 | 0.45 | 0.03 | 0 | 0 | 184.21 | 1 | 0.78 |
| Hex | 8D | F7 | FF | 2D | 3 | 0 | 0 | B8 | 64 | 4E |
| Octal | 215 | 367 | 377 | 55 | 3 | 0 | 0 | 270 | 144 | 116 |
| Binary | 10001101 | 11110111 | 11111111 | 101101 | 11 | 0 | 0 | 10111000 | 1100100 | 1001110 |
Color Harmonies of #8DF7FF
Complementary color
Monochromatic Colors of #8DF7FF
Black with #8DF7FF
Text Example
Text Example
White with #8DF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF7FF; }
p { color: rgb(141,247,255); }
H1.HeaderClassName
{
color: #8DF7FF;
}
.AnyTagClassName
{
color: #8DF7FF;
}
</style>
background-color css
<style>
a { background-color: #8DF7FF; }
a { background-color: rgb(141,247,255); }
div.DivClassName
{
background-color: #8DF7FF;
}
.BgClassName
{
background-color: #8DF7FF;
}
</style>
border-color css
<style>
span { border-color: #8DF7FF; }
span { border-color: rgb(141,247,255); }
td.TdClassName
{
border-color: #8DF7FF;
}
.TagClassName
{
border-color: #8DF7FF;
}
</style>