Html Css Color HEX #8EFBF2 Electric Blue

📋 copy color: '#8EFBF2'

red 142 ◦ green 251 ◦ blue 242

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

Shades of Electric Blue #8EFBF2

Tints of Electric Blue #8EFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.53%

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 22.36%
G = 39.53%
B = 38.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#8EFBF2 (or 0x8EFBF2) is known color: Electric Blue. HEX triplet: 8E, FB and F2. RGB value is (142,251,242). Sum of RGB (Red+Green+Blue) = 142+251+242=635 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.36% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBF2 is #71040D. Grayscale: #D9D9D9. Windows color (decimal): -7406606 or 15924110. OLE color: 15924110.

HSL color Cylindrical-coordinate representation of color #8EFBF2: hue angle of 175.05º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBF2 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 251 242 -
CMYK 0.43 0 0.04 0.02
HSL 175.05º 0.93% 0.77% -
HSV(B) 175.05º 0.43% 0.98% -
XYZ 61.68 81.16 96.42 -
YUV 217.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 142 251 242 0.43 0 0.04 0.02 175.05 0.93 0.77
Hex 8E FB F2 2B 0 4 2 AF 5D 4D
Octal 216 373 362 53 0 4 2 257 135 115
Binary 10001110 11111011 11110010 101011 0 100 10 10101111 1011101 1001101

Color Harmonies of #8EFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFBF2

Black with #8EFBF2

Text Example


Text Example

White with #8EFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,251,242); }

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

background-color css

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

 a { background-color: rgb(142,251,242); }

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

border-color css

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

 span { border-color: rgb(142,251,242); }

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