Html Css Color HEX #8DF7EF Electric Blue

📋 copy color: '#8DF7EF'

red 141 ◦ green 247 ◦ blue 239

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

Shades of Electric Blue #8DF7EF

Tints of Electric Blue #8DF7EF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.39%

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 22.49%
G = 39.39%
B = 38.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#8DF7EF (or 0x8DF7EF) is known color: Electric Blue. HEX triplet: 8D, F7 and EF. RGB value is (141,247,239). Sum of RGB (Red+Green+Blue) = 141+247+239=627 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.49% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF7EF is #720810. Grayscale: #D6D6D6. Windows color (decimal): -7473169 or 15726477. OLE color: 15726477.

HSL color Cylindrical-coordinate representation of color #8DF7EF: hue angle of 175.47º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF7EF is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 247 239 -
CMYK 0.43 0 0.03 0.03
HSL 175.47º 0.87% 0.76% -
HSV(B) 175.47º 0.43% 0.97% -
XYZ 59.83 78.42 93.64 -
YUV 214.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 141 247 239 0.43 0 0.03 0.03 175.47 0.87 0.76
Hex 8D F7 EF 2B 0 3 3 AF 57 4C
Octal 215 367 357 53 0 3 3 257 127 114
Binary 10001101 11110111 11101111 101011 0 11 11 10101111 1010111 1001100

Color Harmonies of #8DF7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF7EF

Black with #8DF7EF

Text Example


Text Example

White with #8DF7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,247,239); }

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

background-color css

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

 a { background-color: rgb(141,247,239); }

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

border-color css

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

 span { border-color: rgb(141,247,239); }

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