Shades of Electric Blue #8DF9FF
Tints of Electric Blue #8DF9FF
RGB
CMYK
RGB Variations
Color information
#8DF9FF (or 0x8DF9FF) is known color: Electric Blue. HEX triplet: 8D, F9 and FF. RGB value is (141,249,255). Sum of RGB (Red+Green+Blue) = 141+249+255=645 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.86% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DF9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF9FF is #720600. Grayscale: #D9D9D9. Windows color (decimal): -7472641 or 16775565. OLE color: 16775565.
HSL color Cylindrical-coordinate representation of color #8DF9FF: hue angle of 183.16º 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 #8DF9FF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 249 | 255 | - |
| CMYK | 0.45 | 0.02 | 0 | 0 |
| HSL | 183.16º | 1% | 0.78% | - |
| HSV(B) | 183.16º | 0.45% | 1% | - |
| XYZ | 62.91 | 80.63 | 106.86 | - |
| YUV | 217.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 249 | 255 | 0.45 | 0.02 | 0 | 0 | 183.16 | 1 | 0.78 |
| Hex | 8D | F9 | FF | 2D | 2 | 0 | 0 | B7 | 64 | 4E |
| Octal | 215 | 371 | 377 | 55 | 2 | 0 | 0 | 267 | 144 | 116 |
| Binary | 10001101 | 11111001 | 11111111 | 101101 | 10 | 0 | 0 | 10110111 | 1100100 | 1001110 |
Color Harmonies of #8DF9FF
Complementary color
Monochromatic Colors of #8DF9FF
Black with #8DF9FF
Text Example
Text Example
White with #8DF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF9FF; }
p { color: rgb(141,249,255); }
H1.HeaderClassName
{
color: #8DF9FF;
}
.AnyTagClassName
{
color: #8DF9FF;
}
</style>
background-color css
<style>
a { background-color: #8DF9FF; }
a { background-color: rgb(141,249,255); }
div.DivClassName
{
background-color: #8DF9FF;
}
.BgClassName
{
background-color: #8DF9FF;
}
</style>
border-color css
<style>
span { border-color: #8DF9FF; }
span { border-color: rgb(141,249,255); }
td.TdClassName
{
border-color: #8DF9FF;
}
.TagClassName
{
border-color: #8DF9FF;
}
</style>