Html Css Color HEX #8DF0ED Electric Blue

📋 copy color: '#8DF0ED'

red 141 ◦ green 240 ◦ blue 237

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

Shades of Electric Blue #8DF0ED

Tints of Electric Blue #8DF0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 22.82%
G = 38.83%
B = 38.35%

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

#8DF0ED (or 0x8DF0ED) is known color: Electric Blue. HEX triplet: 8D, F0 and ED. RGB value is (141,240,237). Sum of RGB (Red+Green+Blue) = 141+240+237=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0ED is #720F12. Grayscale: #D1D1D1. Windows color (decimal): -7474963 or 15593613. OLE color: 15593613.

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

Color convert

RGB 141 240 237 -
CMYK 0.41 0 0.01 0.06
HSL 178.18º 0.77% 0.75% -
HSV(B) 178.18º 0.41% 0.94% -
XYZ 57.43 74.1 91.4 -
YUV 210.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 141 240 237 0.41 0 0.01 0.06 178.18 0.77 0.75
Hex 8D F0 ED 29 0 1 6 B2 4D 4B
Octal 215 360 355 51 0 1 6 262 115 113
Binary 10001101 11110000 11101101 101001 0 1 110 10110010 1001101 1001011

Color Harmonies of #8DF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF0ED

Black with #8DF0ED

Text Example


Text Example

White with #8DF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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