Shades of Electric Blue #8CFDFF
Tints of Electric Blue #8CFDFF
RGB
CMYK
RGB Variations
Color information
#8CFDFF (or 0x8CFDFF) is known color: Electric Blue. HEX triplet: 8C, FD and FF. RGB value is (140,253,255). Sum of RGB (Red+Green+Blue) = 140+253+255=648 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.60% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFDFF is #730200. Grayscale: #DBDBDB. Windows color (decimal): -7537153 or 16776588. OLE color: 16776588.
HSL color Cylindrical-coordinate representation of color #8CFDFF: hue angle of 181.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFDFF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 253 | 255 | - |
| CMYK | 0.45 | 0.01 | 0 | 0 |
| HSL | 181.04º | 1% | 0.77% | - |
| HSV(B) | 181.04º | 0.45% | 1% | - |
| XYZ | 63.99 | 83.05 | 107.26 | - |
| YUV | 219.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 255 | 0.45 | 0.01 | 0 | 0 | 181.04 | 1 | 0.77 |
| Hex | 8C | FD | FF | 2D | 1 | 0 | 0 | B5 | 64 | 4D |
| Octal | 214 | 375 | 377 | 55 | 1 | 0 | 0 | 265 | 144 | 115 |
| Binary | 10001100 | 11111101 | 11111111 | 101101 | 1 | 0 | 0 | 10110101 | 1100100 | 1001101 |
Color Harmonies of #8CFDFF
Complementary color
Monochromatic Colors of #8CFDFF
Black with #8CFDFF
Text Example
Text Example
White with #8CFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDFF; }
p { color: rgb(140,253,255); }
H1.HeaderClassName
{
color: #8CFDFF;
}
.AnyTagClassName
{
color: #8CFDFF;
}
</style>
background-color css
<style>
a { background-color: #8CFDFF; }
a { background-color: rgb(140,253,255); }
div.DivClassName
{
background-color: #8CFDFF;
}
.BgClassName
{
background-color: #8CFDFF;
}
</style>
border-color css
<style>
span { border-color: #8CFDFF; }
span { border-color: rgb(140,253,255); }
td.TdClassName
{
border-color: #8CFDFF;
}
.TagClassName
{
border-color: #8CFDFF;
}
</style>