Html Css Color HEX #8DF0EE Electric Blue

📋 copy color: '#8DF0EE'

red 141 ◦ green 240 ◦ blue 238

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

Shades of Electric Blue #8DF0EE

Tints of Electric Blue #8DF0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.45%

R = 22.78%
G = 38.77%
B = 38.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#8DF0EE (or 0x8DF0EE) is known color: Electric Blue. HEX triplet: 8D, F0 and EE. RGB value is (141,240,238). Sum of RGB (Red+Green+Blue) = 141+240+238=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0EE is #720F11. Grayscale: #D2D2D2. Windows color (decimal): -7474962 or 15659149. OLE color: 15659149.

HSL color Cylindrical-coordinate representation of color #8DF0EE: hue angle of 178.79º 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 #8DF0EE is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 240 238 -
CMYK 0.41 0 0.01 0.06
HSL 178.79º 0.77% 0.75% -
HSV(B) 178.79º 0.41% 0.94% -
XYZ 57.58 74.16 92.17 -
YUV 210.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 141 240 238 0.41 0 0.01 0.06 178.79 0.77 0.75
Hex 8D F0 EE 29 0 1 6 B3 4D 4B
Octal 215 360 356 51 0 1 6 263 115 113
Binary 10001101 11110000 11101110 101001 0 1 110 10110011 1001101 1001011

Color Harmonies of #8DF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF0EE

Black with #8DF0EE

Text Example


Text Example

White with #8DF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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