Shades of Electric Blue #8CECF6
Tints of Electric Blue #8CECF6
RGB
CMYK
RGB Variations
Color information
#8CECF6 (or 0x8CECF6) is known color: Electric Blue. HEX triplet: 8C, EC and F6. RGB value is (140,236,246). Sum of RGB (Red+Green+Blue) = 140+236+246=622 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.51% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #8CECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECF6 is #731309. Grayscale: #D0D0D0. Windows color (decimal): -7541514 or 16182412. OLE color: 16182412.
HSL color Cylindrical-coordinate representation of color #8CECF6: hue angle of 185.66º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CECF6 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 236 | 246 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.04 |
| HSL | 185.66º | 0.85% | 0.76% | - |
| HSV(B) | 185.66º | 0.43% | 0.96% | - |
| XYZ | 57.45 | 72.22 | 98.1 | - |
| YUV | 208.44 | 149.2 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 246 | 0.43 | 0.04 | 0 | 0.04 | 185.66 | 0.85 | 0.76 |
| Hex | 8C | EC | F6 | 2B | 4 | 0 | 4 | BA | 55 | 4C |
| Octal | 214 | 354 | 366 | 53 | 4 | 0 | 4 | 272 | 125 | 114 |
| Binary | 10001100 | 11101100 | 11110110 | 101011 | 100 | 0 | 100 | 10111010 | 1010101 | 1001100 |
Color Harmonies of #8CECF6
Complementary color
Monochromatic Colors of #8CECF6
Black with #8CECF6
Text Example
Text Example
White with #8CECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECF6; }
p { color: rgb(140,236,246); }
H1.HeaderClassName
{
color: #8CECF6;
}
.AnyTagClassName
{
color: #8CECF6;
}
</style>
background-color css
<style>
a { background-color: #8CECF6; }
a { background-color: rgb(140,236,246); }
div.DivClassName
{
background-color: #8CECF6;
}
.BgClassName
{
background-color: #8CECF6;
}
</style>
border-color css
<style>
span { border-color: #8CECF6; }
span { border-color: rgb(140,236,246); }
td.TdClassName
{
border-color: #8CECF6;
}
.TagClassName
{
border-color: #8CECF6;
}
</style>