Shades of Electric Blue #8CF0FD
Tints of Electric Blue #8CF0FD
RGB
CMYK
RGB Variations
Color information
#8CF0FD (or 0x8CF0FD) is known color: Electric Blue. HEX triplet: 8C, F0 and FD. RGB value is (140,240,253). Sum of RGB (Red+Green+Blue) = 140+240+253=633 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.12% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CF0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0FD is #730F02. Grayscale: #D3D3D3. Windows color (decimal): -7540483 or 16642188. OLE color: 16642188.
HSL color Cylindrical-coordinate representation of color #8CF0FD: hue angle of 186.9º 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 #8CF0FD is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 240 | 253 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.01 |
| HSL | 186.9º | 0.97% | 0.77% | - |
| HSV(B) | 186.9º | 0.45% | 0.99% | - |
| XYZ | 59.7 | 74.99 | 104.26 | - |
| YUV | 211.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 253 | 0.45 | 0.05 | 0 | 0.01 | 186.9 | 0.97 | 0.77 |
| Hex | 8C | F0 | FD | 2D | 5 | 0 | 1 | BB | 61 | 4D |
| Octal | 214 | 360 | 375 | 55 | 5 | 0 | 1 | 273 | 141 | 115 |
| Binary | 10001100 | 11110000 | 11111101 | 101101 | 101 | 0 | 1 | 10111011 | 1100001 | 1001101 |
Color Harmonies of #8CF0FD
Complementary color
Monochromatic Colors of #8CF0FD
Black with #8CF0FD
Text Example
Text Example
White with #8CF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF0FD; }
p { color: rgb(140,240,253); }
H1.HeaderClassName
{
color: #8CF0FD;
}
.AnyTagClassName
{
color: #8CF0FD;
}
</style>
background-color css
<style>
a { background-color: #8CF0FD; }
a { background-color: rgb(140,240,253); }
div.DivClassName
{
background-color: #8CF0FD;
}
.BgClassName
{
background-color: #8CF0FD;
}
</style>
border-color css
<style>
span { border-color: #8CF0FD; }
span { border-color: rgb(140,240,253); }
td.TdClassName
{
border-color: #8CF0FD;
}
.TagClassName
{
border-color: #8CF0FD;
}
</style>