Html Css Color HEX #8DFEF1 Electric Blue

📋 copy color: '#8DFEF1'

red 141 ◦ green 254 ◦ blue 241

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

Shades of Electric Blue #8DFEF1

Tints of Electric Blue #8DFEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 22.17%
G = 39.94%
B = 37.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#8DFEF1 (or 0x8DFEF1) is known color: Electric Blue. HEX triplet: 8D, FE and F1. RGB value is (141,254,241). Sum of RGB (Red+Green+Blue) = 141+254+241=636 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.17% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFEF1 is #72010E. Grayscale: #DADADA. Windows color (decimal): -7471375 or 15859341. OLE color: 15859341.

HSL color Cylindrical-coordinate representation of color #8DFEF1: hue angle of 173.1º 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 #8DFEF1 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 254 241 -
CMYK 0.44 0 0.05 0.00
HSL 173.1º 0.98% 0.77% -
HSV(B) 173.1º 0.44% 1% -
XYZ 62.3 82.9 95.94 -
YUV 218.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 141 254 241 0.44 0 0.05 0.00 173.1 0.98 0.77
Hex 8D FE F1 2C 0 5 0 AD 62 4D
Octal 215 376 361 54 0 5 0 255 142 115
Binary 10001101 11111110 11110001 101100 0 101 0 10101101 1100010 1001101

Color Harmonies of #8DFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFEF1

Black with #8DFEF1

Text Example


Text Example

White with #8DFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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