Shades of Electric Blue #8DF3FA
Tints of Electric Blue #8DF3FA
RGB
CMYK
RGB Variations
Color information
#8DF3FA (or 0x8DF3FA) is known color: Electric Blue. HEX triplet: 8D, F3 and FA. RGB value is (141,243,250). Sum of RGB (Red+Green+Blue) = 141+243+250=634 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.24% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DF3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF3FA is #720C05. Grayscale: #D5D5D5. Windows color (decimal): -7474182 or 16446349. OLE color: 16446349.
HSL color Cylindrical-coordinate representation of color #8DF3FA: hue angle of 183.85º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DF3FA is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 243 | 250 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.02 |
| HSL | 183.85º | 0.92% | 0.77% | - |
| HSV(B) | 183.85º | 0.44% | 0.98% | - |
| XYZ | 60.29 | 76.67 | 102.06 | - |
| YUV | 213.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 250 | 0.44 | 0.03 | 0 | 0.02 | 183.85 | 0.92 | 0.77 |
| Hex | 8D | F3 | FA | 2C | 3 | 0 | 2 | B8 | 5C | 4D |
| Octal | 215 | 363 | 372 | 54 | 3 | 0 | 2 | 270 | 134 | 115 |
| Binary | 10001101 | 11110011 | 11111010 | 101100 | 11 | 0 | 10 | 10111000 | 1011100 | 1001101 |
Color Harmonies of #8DF3FA
Complementary color
Monochromatic Colors of #8DF3FA
Black with #8DF3FA
Text Example
Text Example
White with #8DF3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF3FA; }
p { color: rgb(141,243,250); }
H1.HeaderClassName
{
color: #8DF3FA;
}
.AnyTagClassName
{
color: #8DF3FA;
}
</style>
background-color css
<style>
a { background-color: #8DF3FA; }
a { background-color: rgb(141,243,250); }
div.DivClassName
{
background-color: #8DF3FA;
}
.BgClassName
{
background-color: #8DF3FA;
}
</style>
border-color css
<style>
span { border-color: #8DF3FA; }
span { border-color: rgb(141,243,250); }
td.TdClassName
{
border-color: #8DF3FA;
}
.TagClassName
{
border-color: #8DF3FA;
}
</style>