Html Css Color HEX #8DF2ED Electric Blue

📋 copy color: '#8DF2ED'

red 141 ◦ green 242 ◦ blue 237

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

Shades of Electric Blue #8DF2ED

Tints of Electric Blue #8DF2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.03%

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

R = 22.74%
G = 39.03%
B = 38.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#8DF2ED (or 0x8DF2ED) is known color: Electric Blue. HEX triplet: 8D, F2 and ED. RGB value is (141,242,237). Sum of RGB (Red+Green+Blue) = 141+242+237=620 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.74% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF2ED is #720D12. Grayscale: #D3D3D3. Windows color (decimal): -7474451 or 15594125. OLE color: 15594125.

HSL color Cylindrical-coordinate representation of color #8DF2ED: hue angle of 177.03º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF2ED is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 242 237 -
CMYK 0.42 0 0.02 0.05
HSL 177.03º 0.8% 0.75% -
HSV(B) 177.03º 0.42% 0.95% -
XYZ 58.02 75.28 91.59 -
YUV 211.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 141 242 237 0.42 0 0.02 0.05 177.03 0.8 0.75
Hex 8D F2 ED 2A 0 2 5 B1 50 4B
Octal 215 362 355 52 0 2 5 261 120 113
Binary 10001101 11110010 11101101 101010 0 10 101 10110001 1010000 1001011

Color Harmonies of #8DF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF2ED

Black with #8DF2ED

Text Example


Text Example

White with #8DF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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