Shades of Electric Blue #8DEEFC
Tints of Electric Blue #8DEEFC
RGB
CMYK
RGB Variations
Color information
#8DEEFC (or 0x8DEEFC) is known color: Electric Blue. HEX triplet: 8D, EE and FC. RGB value is (141,238,252). Sum of RGB (Red+Green+Blue) = 141+238+252=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEFC is #721103. Grayscale: #D2D2D2. Windows color (decimal): -7475460 or 16576141. OLE color: 16576141.
HSL color Cylindrical-coordinate representation of color #8DEEFC: hue angle of 187.57º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DEEFC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 238 | 252 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.01 |
| HSL | 187.57º | 0.95% | 0.77% | - |
| HSV(B) | 187.57º | 0.44% | 0.99% | - |
| XYZ | 59.13 | 73.84 | 103.23 | - |
| YUV | 210.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 252 | 0.44 | 0.06 | 0 | 0.01 | 187.57 | 0.95 | 0.77 |
| Hex | 8D | EE | FC | 2C | 6 | 0 | 1 | BC | 5F | 4D |
| Octal | 215 | 356 | 374 | 54 | 6 | 0 | 1 | 274 | 137 | 115 |
| Binary | 10001101 | 11101110 | 11111100 | 101100 | 110 | 0 | 1 | 10111100 | 1011111 | 1001101 |
Color Harmonies of #8DEEFC
Complementary color
Monochromatic Colors of #8DEEFC
Black with #8DEEFC
Text Example
Text Example
White with #8DEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEFC; }
p { color: rgb(141,238,252); }
H1.HeaderClassName
{
color: #8DEEFC;
}
.AnyTagClassName
{
color: #8DEEFC;
}
</style>
background-color css
<style>
a { background-color: #8DEEFC; }
a { background-color: rgb(141,238,252); }
div.DivClassName
{
background-color: #8DEEFC;
}
.BgClassName
{
background-color: #8DEEFC;
}
</style>
border-color css
<style>
span { border-color: #8DEEFC; }
span { border-color: rgb(141,238,252); }
td.TdClassName
{
border-color: #8DEEFC;
}
.TagClassName
{
border-color: #8DEEFC;
}
</style>