Html Css Color HEX #8DFEED Electric Blue

📋 copy color: '#8DFEED'

red 141 ◦ green 254 ◦ blue 237

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

Shades of Electric Blue #8DFEED

Tints of Electric Blue #8DFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

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

R = 22.31%
G = 40.19%
B = 37.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#8DFEED (or 0x8DFEED) is known color: Electric Blue. HEX triplet: 8D, FE and ED. RGB value is (141,254,237). Sum of RGB (Red+Green+Blue) = 141+254+237=632 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.31% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFEED is #720112. Grayscale: #DADADA. Windows color (decimal): -7471379 or 15597197. OLE color: 15597197.

HSL color Cylindrical-coordinate representation of color #8DFEED: hue angle of 170.97º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFEED is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 254 237 -
CMYK 0.44 0 0.07 0.00
HSL 170.97º 0.98% 0.77% -
HSV(B) 170.97º 0.44% 1% -
XYZ 61.71 82.66 92.82 -
YUV 218.28 138.56 72.88 -
System Red Green Blue C M Y K H S L
Decimal 141 254 237 0.44 0 0.07 0.00 170.97 0.98 0.77
Hex 8D FE ED 2C 0 7 0 AB 62 4D
Octal 215 376 355 54 0 7 0 253 142 115
Binary 10001101 11111110 11101101 101100 0 111 0 10101011 1100010 1001101

Color Harmonies of #8DFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFEED

Black with #8DFEED

Text Example


Text Example

White with #8DFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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