Html Css Color HEX #8DF0E7 Electric Blue

📋 copy color: '#8DF0E7'

red 141 ◦ green 240 ◦ blue 231

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

Shades of Electric Blue #8DF0E7

Tints of Electric Blue #8DF0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.75%

R = 23.04%
G = 39.22%
B = 37.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#8DF0E7 (or 0x8DF0E7) is known color: Electric Blue. HEX triplet: 8D, F0 and E7. RGB value is (141,240,231). Sum of RGB (Red+Green+Blue) = 141+240+231=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0E7 is #720F18. Grayscale: #D1D1D1. Windows color (decimal): -7474969 or 15200397. OLE color: 15200397.

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

Color convert

RGB 141 240 231 -
CMYK 0.41 0 0.04 0.06
HSL 174.55º 0.77% 0.75% -
HSV(B) 174.55º 0.41% 0.94% -
XYZ 56.57 73.75 86.86 -
YUV 209.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 141 240 231 0.41 0 0.04 0.06 174.55 0.77 0.75
Hex 8D F0 E7 29 0 4 6 AF 4D 4B
Octal 215 360 347 51 0 4 6 257 115 113
Binary 10001101 11110000 11100111 101001 0 100 110 10101111 1001101 1001011

Color Harmonies of #8DF0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF0E7

Black with #8DF0E7

Text Example


Text Example

White with #8DF0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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