Shades of Electric Blue #8CEDED
Tints of Electric Blue #8CEDED
RGB
CMYK
RGB Variations
Color information
#8CEDED (or 0x8CEDED) is known color: Electric Blue. HEX triplet: 8C, ED and ED. RGB value is (140,237,237). Sum of RGB (Red+Green+Blue) = 140+237+237=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #8CEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEDED is #731212. Grayscale: #CFCFCF. Windows color (decimal): -7541267 or 15592844. OLE color: 15592844.
HSL color Cylindrical-coordinate representation of color #8CEDED: hue angle of 180º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEDED is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 237 | - |
| CMYK | 0.41 | 0 | 0 | 0.07 |
| HSL | 180º | 0.73% | 0.74% | - |
| HSV(B) | 180º | 0.41% | 0.93% | - |
| XYZ | 56.39 | 72.26 | 91.1 | - |
| YUV | 208 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 237 | 0.41 | 0 | 0 | 0.07 | 180 | 0.73 | 0.74 |
| Hex | 8C | ED | ED | 29 | 0 | 0 | 7 | B4 | 49 | 4A |
| Octal | 214 | 355 | 355 | 51 | 0 | 0 | 7 | 264 | 111 | 112 |
| Binary | 10001100 | 11101101 | 11101101 | 101001 | 0 | 0 | 111 | 10110100 | 1001001 | 1001010 |
Color Harmonies of #8CEDED
Complementary color
Monochromatic Colors of #8CEDED
Black with #8CEDED
Text Example
Text Example
White with #8CEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEDED; }
p { color: rgb(140,237,237); }
H1.HeaderClassName
{
color: #8CEDED;
}
.AnyTagClassName
{
color: #8CEDED;
}
</style>
background-color css
<style>
a { background-color: #8CEDED; }
a { background-color: rgb(140,237,237); }
div.DivClassName
{
background-color: #8CEDED;
}
.BgClassName
{
background-color: #8CEDED;
}
</style>
border-color css
<style>
span { border-color: #8CEDED; }
span { border-color: rgb(140,237,237); }
td.TdClassName
{
border-color: #8CEDED;
}
.TagClassName
{
border-color: #8CEDED;
}
</style>