Html Css Color HEX #8DFEF0 Electric Blue

📋 copy color: '#8DFEF0'

red 141 ◦ green 254 ◦ blue 240

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

Shades of Electric Blue #8DFEF0

Tints of Electric Blue #8DFEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 22.2%
G = 40%
B = 37.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#8DFEF0 (or 0x8DFEF0) is known color: Electric Blue. HEX triplet: 8D, FE and F0. RGB value is (141,254,240). Sum of RGB (Red+Green+Blue) = 141+254+240=635 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.20% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFEF0 is #72010F. Grayscale: #DADADA. Windows color (decimal): -7471376 or 15793805. OLE color: 15793805.

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

Color convert

RGB 141 254 240 -
CMYK 0.44 0 0.06 0.00
HSL 172.57º 0.98% 0.77% -
HSV(B) 172.57º 0.44% 1% -
XYZ 62.15 82.84 95.15 -
YUV 218.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 141 254 240 0.44 0 0.06 0.00 172.57 0.98 0.77
Hex 8D FE F0 2C 0 6 0 AD 62 4D
Octal 215 376 360 54 0 6 0 255 142 115
Binary 10001101 11111110 11110000 101100 0 110 0 10101101 1100010 1001101

Color Harmonies of #8DFEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFEF0

Black with #8DFEF0

Text Example


Text Example

White with #8DFEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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