Shades of Electric Blue #8DF3F9
Tints of Electric Blue #8DF3F9
RGB
CMYK
RGB Variations
Color information
#8DF3F9 (or 0x8DF3F9) is known color: Electric Blue. HEX triplet: 8D, F3 and F9. RGB value is (141,243,249). Sum of RGB (Red+Green+Blue) = 141+243+249=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DF3F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF3F9 is #720C06. Grayscale: #D5D5D5. Windows color (decimal): -7474183 or 16380813. OLE color: 16380813.
HSL color Cylindrical-coordinate representation of color #8DF3F9: hue angle of 183.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF3F9 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 243 | 249 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.02 |
| HSL | 183.33º | 0.9% | 0.76% | - |
| HSV(B) | 183.33º | 0.43% | 0.98% | - |
| XYZ | 60.13 | 76.6 | 101.24 | - |
| YUV | 213.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 249 | 0.43 | 0.02 | 0 | 0.02 | 183.33 | 0.9 | 0.76 |
| Hex | 8D | F3 | F9 | 2B | 2 | 0 | 2 | B7 | 5A | 4C |
| Octal | 215 | 363 | 371 | 53 | 2 | 0 | 2 | 267 | 132 | 114 |
| Binary | 10001101 | 11110011 | 11111001 | 101011 | 10 | 0 | 10 | 10110111 | 1011010 | 1001100 |
Color Harmonies of #8DF3F9
Complementary color
Monochromatic Colors of #8DF3F9
Black with #8DF3F9
Text Example
Text Example
White with #8DF3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF3F9; }
p { color: rgb(141,243,249); }
H1.HeaderClassName
{
color: #8DF3F9;
}
.AnyTagClassName
{
color: #8DF3F9;
}
</style>
background-color css
<style>
a { background-color: #8DF3F9; }
a { background-color: rgb(141,243,249); }
div.DivClassName
{
background-color: #8DF3F9;
}
.BgClassName
{
background-color: #8DF3F9;
}
</style>
border-color css
<style>
span { border-color: #8DF3F9; }
span { border-color: rgb(141,243,249); }
td.TdClassName
{
border-color: #8DF3F9;
}
.TagClassName
{
border-color: #8DF3F9;
}
</style>