Html Css Color HEX #8EFCF0 Electric Blue

📋 copy color: '#8EFCF0'

red 142 ◦ green 252 ◦ blue 240

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

Shades of Electric Blue #8EFCF0

Tints of Electric Blue #8EFCF0

RGB

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

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

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

R = 22.4%
G = 39.75%
B = 37.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#8EFCF0 (or 0x8EFCF0) is known color: Electric Blue. HEX triplet: 8E, FC and F0. RGB value is (142,252,240). Sum of RGB (Red+Green+Blue) = 142+252+240=634 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.40% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFCF0 is #71030F. Grayscale: #D9D9D9. Windows color (decimal): -7406352 or 15793294. OLE color: 15793294.

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

Color convert

RGB 142 252 240 -
CMYK 0.44 0 0.05 0.01
HSL 173.45º 0.95% 0.77% -
HSV(B) 173.45º 0.44% 0.99% -
XYZ 61.69 81.66 94.95 -
YUV 217.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 142 252 240 0.44 0 0.05 0.01 173.45 0.95 0.77
Hex 8E FC F0 2C 0 5 1 AD 5F 4D
Octal 216 374 360 54 0 5 1 255 137 115
Binary 10001110 11111100 11110000 101100 0 101 1 10101101 1011111 1001101

Color Harmonies of #8EFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFCF0

Black with #8EFCF0

Text Example


Text Example

White with #8EFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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