Shades of Electric Blue #8DFEFF
Tints of Electric Blue #8DFEFF
RGB
CMYK
RGB Variations
Color information
#8DFEFF (or 0x8DFEFF) is known color: Electric Blue. HEX triplet: 8D, FE and FF. RGB value is (141,254,255). Sum of RGB (Red+Green+Blue) = 141+254+255=650 (86% of max value = 765). Red value is 141 (55.47% from 255 or 21.69% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFEFF is #720100. Grayscale: #DCDCDC. Windows color (decimal): -7471361 or 16776845. OLE color: 16776845.
HSL color Cylindrical-coordinate representation of color #8DFEFF: hue angle of 180.53º 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 #8DFEFF is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 254 | 255 | - |
| CMYK | 0.45 | 0.00 | 0 | 0 |
| HSL | 180.53º | 1% | 0.78% | - |
| HSV(B) | 180.53º | 0.45% | 1% | - |
| XYZ | 64.48 | 83.77 | 107.38 | - |
| YUV | 220.33 | 147.56 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 255 | 0.45 | 0.00 | 0 | 0 | 180.53 | 1 | 0.78 |
| Hex | 8D | FE | FF | 2D | 0 | 0 | 0 | B5 | 64 | 4E |
| Octal | 215 | 376 | 377 | 55 | 0 | 0 | 0 | 265 | 144 | 116 |
| Binary | 10001101 | 11111110 | 11111111 | 101101 | 0 | 0 | 0 | 10110101 | 1100100 | 1001110 |
Color Harmonies of #8DFEFF
Complementary color
Monochromatic Colors of #8DFEFF
Black with #8DFEFF
Text Example
Text Example
White with #8DFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFEFF; }
p { color: rgb(141,254,255); }
H1.HeaderClassName
{
color: #8DFEFF;
}
.AnyTagClassName
{
color: #8DFEFF;
}
</style>
background-color css
<style>
a { background-color: #8DFEFF; }
a { background-color: rgb(141,254,255); }
div.DivClassName
{
background-color: #8DFEFF;
}
.BgClassName
{
background-color: #8DFEFF;
}
</style>
border-color css
<style>
span { border-color: #8DFEFF; }
span { border-color: rgb(141,254,255); }
td.TdClassName
{
border-color: #8DFEFF;
}
.TagClassName
{
border-color: #8DFEFF;
}
</style>