Html Css Color HEX #8EFCF7 Electric Blue

📋 copy color: '#8EFCF7'

red 142 ◦ green 252 ◦ blue 247

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

Shades of Electric Blue #8EFCF7

Tints of Electric Blue #8EFCF7

RGB

 RED value IS 142 (55.86% from 255) = 22.15%

 GREEN value IS 252 (98.83% from 255) = 39.31%

 BLUE value IS 247 (96.88% from 255) = 38.53%

R = 22.15%
G = 39.31%
B = 38.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#8EFCF7 (or 0x8EFCF7) is known color: Electric Blue. HEX triplet: 8E, FC and F7. RGB value is (142,252,247). Sum of RGB (Red+Green+Blue) = 142+252+247=641 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.15% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFCF7 is #710308. Grayscale: #DADADA. Windows color (decimal): -7406345 or 16252046. OLE color: 16252046.

HSL color Cylindrical-coordinate representation of color #8EFCF7: hue angle of 177.27º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFCF7 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 252 247 -
CMYK 0.44 0 0.02 0.01
HSL 177.27º 0.95% 0.77% -
HSV(B) 177.27º 0.44% 0.99% -
XYZ 62.75 82.09 100.53 -
YUV 218.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 142 252 247 0.44 0 0.02 0.01 177.27 0.95 0.77
Hex 8E FC F7 2C 0 2 1 B1 5F 4D
Octal 216 374 367 54 0 2 1 261 137 115
Binary 10001110 11111100 11110111 101100 0 10 1 10110001 1011111 1001101

Color Harmonies of #8EFCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFCF7

Black with #8EFCF7

Text Example


Text Example

White with #8EFCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,252,247); }

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

background-color css

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

 a { background-color: rgb(142,252,247); }

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

border-color css

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

 span { border-color: rgb(142,252,247); }

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