Shades of Electric Blue #8CEEFD
Tints of Electric Blue #8CEEFD
RGB
CMYK
RGB Variations
Color information
#8CEEFD (or 0x8CEEFD) is known color: Electric Blue. HEX triplet: 8C, EE and FD. RGB value is (140,238,253). Sum of RGB (Red+Green+Blue) = 140+238+253=631 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.19% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CEEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEFD is #731102. Grayscale: #D2D2D2. Windows color (decimal): -7540995 or 16641676. OLE color: 16641676.
HSL color Cylindrical-coordinate representation of color #8CEEFD: hue angle of 187.96º 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 #8CEEFD is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 238 | 253 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.01 |
| HSL | 187.96º | 0.97% | 0.77% | - |
| HSV(B) | 187.96º | 0.45% | 0.99% | - |
| XYZ | 59.12 | 73.82 | 104.06 | - |
| YUV | 210.41 | 152.03 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 253 | 0.45 | 0.06 | 0 | 0.01 | 187.96 | 0.97 | 0.77 |
| Hex | 8C | EE | FD | 2D | 6 | 0 | 1 | BC | 61 | 4D |
| Octal | 214 | 356 | 375 | 55 | 6 | 0 | 1 | 274 | 141 | 115 |
| Binary | 10001100 | 11101110 | 11111101 | 101101 | 110 | 0 | 1 | 10111100 | 1100001 | 1001101 |
Color Harmonies of #8CEEFD
Complementary color
Monochromatic Colors of #8CEEFD
Black with #8CEEFD
Text Example
Text Example
White with #8CEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEFD; }
p { color: rgb(140,238,253); }
H1.HeaderClassName
{
color: #8CEEFD;
}
.AnyTagClassName
{
color: #8CEEFD;
}
</style>
background-color css
<style>
a { background-color: #8CEEFD; }
a { background-color: rgb(140,238,253); }
div.DivClassName
{
background-color: #8CEEFD;
}
.BgClassName
{
background-color: #8CEEFD;
}
</style>
border-color css
<style>
span { border-color: #8CEEFD; }
span { border-color: rgb(140,238,253); }
td.TdClassName
{
border-color: #8CEEFD;
}
.TagClassName
{
border-color: #8CEEFD;
}
</style>