Shades of Electric Blue #8CFDF3
Tints of Electric Blue #8CFDF3
RGB
CMYK
RGB Variations
Color information
#8CFDF3 (or 0x8CFDF3) is known color: Electric Blue. HEX triplet: 8C, FD and F3. RGB value is (140,253,243). Sum of RGB (Red+Green+Blue) = 140+253+243=636 (84% of max value = 765). Red value is 140 (55.08% from 255 or 22.01% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFDF3 is #73020C. Grayscale: #D9D9D9. Windows color (decimal): -7537165 or 15990156. OLE color: 15990156.
HSL color Cylindrical-coordinate representation of color #8CFDF3: hue angle of 174.69º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFDF3 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 243 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.01 |
| HSL | 174.69º | 0.97% | 0.77% | - |
| HSV(B) | 174.69º | 0.45% | 0.99% | - |
| XYZ | 62.12 | 82.3 | 97.4 | - |
| YUV | 218.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 243 | 0.45 | 0 | 0.04 | 0.01 | 174.69 | 0.97 | 0.77 |
| Hex | 8C | FD | F3 | 2D | 0 | 4 | 1 | AF | 61 | 4D |
| Octal | 214 | 375 | 363 | 55 | 0 | 4 | 1 | 257 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11110011 | 101101 | 0 | 100 | 1 | 10101111 | 1100001 | 1001101 |
Color Harmonies of #8CFDF3
Complementary color
Monochromatic Colors of #8CFDF3
Black with #8CFDF3
Text Example
Text Example
White with #8CFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDF3; }
p { color: rgb(140,253,243); }
H1.HeaderClassName
{
color: #8CFDF3;
}
.AnyTagClassName
{
color: #8CFDF3;
}
</style>
background-color css
<style>
a { background-color: #8CFDF3; }
a { background-color: rgb(140,253,243); }
div.DivClassName
{
background-color: #8CFDF3;
}
.BgClassName
{
background-color: #8CFDF3;
}
</style>
border-color css
<style>
span { border-color: #8CFDF3; }
span { border-color: rgb(140,253,243); }
td.TdClassName
{
border-color: #8CFDF3;
}
.TagClassName
{
border-color: #8CFDF3;
}
</style>