Html Css Color HEX #8CFEF2 Electric Blue

📋 copy color: '#8CFEF2'

red 140 ◦ green 254 ◦ blue 242

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

Shades of Electric Blue #8CFEF2

Tints of Electric Blue #8CFEF2

RGB

 RED value IS 140 (55.08% from 255) = 22.01%

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

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

R = 22.01%
G = 39.94%
B = 38.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#8CFEF2 (or 0x8CFEF2) is known color: Electric Blue. HEX triplet: 8C, FE and F2. RGB value is (140,254,242). Sum of RGB (Red+Green+Blue) = 140+254+242=636 (84% of max value = 765). Red value is 140 (55.08% from 255 or 22.01% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEF2 is #73010D. Grayscale: #DADADA. Windows color (decimal): -7536910 or 15924876. OLE color: 15924876.

HSL color Cylindrical-coordinate representation of color #8CFEF2: hue angle of 173.68º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEF2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 254 242 -
CMYK 0.45 0 0.05 0.00
HSL 173.68º 0.98% 0.77% -
HSV(B) 173.68º 0.45% 1% -
XYZ 62.28 82.87 96.72 -
YUV 218.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 140 254 242 0.45 0 0.05 0.00 173.68 0.98 0.77
Hex 8C FE F2 2D 0 5 0 AE 62 4D
Octal 214 376 362 55 0 5 0 256 142 115
Binary 10001100 11111110 11110010 101101 0 101 0 10101110 1100010 1001101

Color Harmonies of #8CFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFEF2

Black with #8CFEF2

Text Example


Text Example

White with #8CFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,254,242); }

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

background-color css

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

 a { background-color: rgb(140,254,242); }

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

border-color css

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

 span { border-color: rgb(140,254,242); }

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