Shades of Electric Blue #8DF3FB
Tints of Electric Blue #8DF3FB
RGB
CMYK
RGB Variations
Color information
#8DF3FB (or 0x8DF3FB) is known color: Electric Blue. HEX triplet: 8D, F3 and FB. RGB value is (141,243,251). Sum of RGB (Red+Green+Blue) = 141+243+251=635 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.20% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DF3FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF3FB is #720C04. Grayscale: #D5D5D5. Windows color (decimal): -7474181 or 16511885. OLE color: 16511885.
HSL color Cylindrical-coordinate representation of color #8DF3FB: hue angle of 184.36º degrees, saturation: 0.93, 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 #8DF3FB is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 243 | 251 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.02 |
| HSL | 184.36º | 0.93% | 0.77% | - |
| HSV(B) | 184.36º | 0.44% | 0.98% | - |
| XYZ | 60.45 | 76.73 | 102.89 | - |
| YUV | 213.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 251 | 0.44 | 0.03 | 0 | 0.02 | 184.36 | 0.93 | 0.77 |
| Hex | 8D | F3 | FB | 2C | 3 | 0 | 2 | B8 | 5D | 4D |
| Octal | 215 | 363 | 373 | 54 | 3 | 0 | 2 | 270 | 135 | 115 |
| Binary | 10001101 | 11110011 | 11111011 | 101100 | 11 | 0 | 10 | 10111000 | 1011101 | 1001101 |
Color Harmonies of #8DF3FB
Complementary color
Monochromatic Colors of #8DF3FB
Black with #8DF3FB
Text Example
Text Example
White with #8DF3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF3FB; }
p { color: rgb(141,243,251); }
H1.HeaderClassName
{
color: #8DF3FB;
}
.AnyTagClassName
{
color: #8DF3FB;
}
</style>
background-color css
<style>
a { background-color: #8DF3FB; }
a { background-color: rgb(141,243,251); }
div.DivClassName
{
background-color: #8DF3FB;
}
.BgClassName
{
background-color: #8DF3FB;
}
</style>
border-color css
<style>
span { border-color: #8DF3FB; }
span { border-color: rgb(141,243,251); }
td.TdClassName
{
border-color: #8DF3FB;
}
.TagClassName
{
border-color: #8DF3FB;
}
</style>