Shades of Electric Blue #8CFDFD
Tints of Electric Blue #8CFDFD
RGB
CMYK
RGB Variations
Color information
#8CFDFD (or 0x8CFDFD) is known color: Electric Blue. HEX triplet: 8C, FD and FD. RGB value is (140,253,253). Sum of RGB (Red+Green+Blue) = 140+253+253=646 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.67% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #8CFDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFDFD is #730202. Grayscale: #DBDBDB. Windows color (decimal): -7537155 or 16645516. OLE color: 16645516.
HSL color Cylindrical-coordinate representation of color #8CFDFD: hue angle of 180º 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 #8CFDFD is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 253 | - |
| CMYK | 0.45 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.77% | - |
| HSV(B) | 180º | 0.45% | 0.99% | - |
| XYZ | 63.67 | 82.92 | 105.58 | - |
| YUV | 219.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 253 | 0.45 | 0 | 0 | 0.01 | 180 | 0.97 | 0.77 |
| Hex | 8C | FD | FD | 2D | 0 | 0 | 1 | B4 | 61 | 4D |
| Octal | 214 | 375 | 375 | 55 | 0 | 0 | 1 | 264 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11111101 | 101101 | 0 | 0 | 1 | 10110100 | 1100001 | 1001101 |
Color Harmonies of #8CFDFD
Complementary color
Monochromatic Colors of #8CFDFD
Black with #8CFDFD
Text Example
Text Example
White with #8CFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDFD; }
p { color: rgb(140,253,253); }
H1.HeaderClassName
{
color: #8CFDFD;
}
.AnyTagClassName
{
color: #8CFDFD;
}
</style>
background-color css
<style>
a { background-color: #8CFDFD; }
a { background-color: rgb(140,253,253); }
div.DivClassName
{
background-color: #8CFDFD;
}
.BgClassName
{
background-color: #8CFDFD;
}
</style>
border-color css
<style>
span { border-color: #8CFDFD; }
span { border-color: rgb(140,253,253); }
td.TdClassName
{
border-color: #8CFDFD;
}
.TagClassName
{
border-color: #8CFDFD;
}
</style>