Shades of Electric Blue #8DEAFC
Tints of Electric Blue #8DEAFC
RGB
CMYK
RGB Variations
Color information
#8DEAFC (or 0x8DEAFC) is known color: Electric Blue. HEX triplet: 8D, EA and FC. RGB value is (141,234,252). Sum of RGB (Red+Green+Blue) = 141+234+252=627 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.49% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DEAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAFC is #721503. Grayscale: #D0D0D0. Windows color (decimal): -7476484 or 16575117. OLE color: 16575117.
HSL color Cylindrical-coordinate representation of color #8DEAFC: hue angle of 189.73º 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 #8DEAFC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 234 | 252 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.01 |
| HSL | 189.73º | 0.95% | 0.77% | - |
| HSV(B) | 189.73º | 0.44% | 0.99% | - |
| XYZ | 57.98 | 71.54 | 102.85 | - |
| YUV | 208.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 252 | 0.44 | 0.07 | 0 | 0.01 | 189.73 | 0.95 | 0.77 |
| Hex | 8D | EA | FC | 2C | 7 | 0 | 1 | BE | 5F | 4D |
| Octal | 215 | 352 | 374 | 54 | 7 | 0 | 1 | 276 | 137 | 115 |
| Binary | 10001101 | 11101010 | 11111100 | 101100 | 111 | 0 | 1 | 10111110 | 1011111 | 1001101 |
Color Harmonies of #8DEAFC
Complementary color
Monochromatic Colors of #8DEAFC
Black with #8DEAFC
Text Example
Text Example
White with #8DEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAFC; }
p { color: rgb(141,234,252); }
H1.HeaderClassName
{
color: #8DEAFC;
}
.AnyTagClassName
{
color: #8DEAFC;
}
</style>
background-color css
<style>
a { background-color: #8DEAFC; }
a { background-color: rgb(141,234,252); }
div.DivClassName
{
background-color: #8DEAFC;
}
.BgClassName
{
background-color: #8DEAFC;
}
</style>
border-color css
<style>
span { border-color: #8DEAFC; }
span { border-color: rgb(141,234,252); }
td.TdClassName
{
border-color: #8DEAFC;
}
.TagClassName
{
border-color: #8DEAFC;
}
</style>