Html Css Color HEX #8DFFED Electric Blue

📋 copy color: '#8DFFED'

red 141 ◦ green 255 ◦ blue 237

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

Shades of Electric Blue #8DFFED

Tints of Electric Blue #8DFFED

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

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

R = 22.27%
G = 40.28%
B = 37.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#8DFFED (or 0x8DFFED) is known color: Electric Blue. HEX triplet: 8D, FF and ED. RGB value is (141,255,237). Sum of RGB (Red+Green+Blue) = 141+255+237=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFED is #720012. Grayscale: #DADADA. Windows color (decimal): -7471123 or 15597453. OLE color: 15597453.

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

Color convert

RGB 141 255 237 -
CMYK 0.45 0 0.07 0
HSL 170.53º 1% 0.78% -
HSV(B) 170.53º 0.45% 1% -
XYZ 62.03 83.3 92.93 -
YUV 218.86 138.23 72.46 -
System Red Green Blue C M Y K H S L
Decimal 141 255 237 0.45 0 0.07 0 170.53 1 0.78
Hex 8D FF ED 2D 0 7 0 AB 64 4E
Octal 215 377 355 55 0 7 0 253 144 116
Binary 10001101 11111111 11101101 101101 0 111 0 10101011 1100100 1001110

Color Harmonies of #8DFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFFED

Black with #8DFFED

Text Example


Text Example

White with #8DFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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