Html Css Color HEX #8DF0EC Electric Blue

📋 copy color: '#8DF0EC'

red 141 ◦ green 240 ◦ blue 236

#8DF0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #8DF0EC

Tints of Electric Blue #8DF0EC

RGB

 RED value IS 141 (55.47% from 255) = 22.85%

 GREEN value IS 240 (94.14% from 255) = 38.9%

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 22.85%
G = 38.9%
B = 38.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8DF0EC (or 0x8DF0EC) is known color: Electric Blue. HEX triplet: 8D, F0 and EC. RGB value is (141,240,236). Sum of RGB (Red+Green+Blue) = 141+240+236=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0EC is #720F13. Grayscale: #D1D1D1. Windows color (decimal): -7474964 or 15528077. OLE color: 15528077.

HSL color Cylindrical-coordinate representation of color #8DF0EC: hue angle of 177.58º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF0EC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 240 236 -
CMYK 0.41 0 0.02 0.06
HSL 177.58º 0.77% 0.75% -
HSV(B) 177.58º 0.41% 0.94% -
XYZ 57.28 74.04 90.63 -
YUV 209.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 141 240 236 0.41 0 0.02 0.06 177.58 0.77 0.75
Hex 8D F0 EC 29 0 2 6 B2 4D 4B
Octal 215 360 354 51 0 2 6 262 115 113
Binary 10001101 11110000 11101100 101001 0 10 110 10110010 1001101 1001011

Color Harmonies of #8DF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF0EC

Black with #8DF0EC

Text Example


Text Example

White with #8DF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DF0EC; }

 p { color: rgb(141,240,236); }

 H1.HeaderClassName
 {
   color: #8DF0EC;
 }
 .AnyTagClassName
 {
   color: #8DF0EC;
 }
</style>

background-color css

<style>
 a { background-color: #8DF0EC; }

 a { background-color: rgb(141,240,236); }

 div.DivClassName
 {
   background-color: #8DF0EC;
 }
 .BgClassName
 {
   background-color: #8DF0EC;
 }
</style>

border-color css

<style>
 span { border-color: #8DF0EC; }

 span { border-color: rgb(141,240,236); }

 td.TdClassName
 {
   border-color: #8DF0EC;
 }
 .TagClassName
 {
   border-color: #8DF0EC;
 }
</style>