Html Css Color HEX #8CF7EC Electric Blue

📋 copy color: '#8CF7EC'

red 140 ◦ green 247 ◦ blue 236

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

Shades of Electric Blue #8CF7EC

Tints of Electric Blue #8CF7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.65%

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 22.47%
G = 39.65%
B = 37.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#8CF7EC (or 0x8CF7EC) is known color: Electric Blue. HEX triplet: 8C, F7 and EC. RGB value is (140,247,236). Sum of RGB (Red+Green+Blue) = 140+247+236=623 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.47% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF7EC is #730813. Grayscale: #D5D5D5. Windows color (decimal): -7538708 or 15529868. OLE color: 15529868.

HSL color Cylindrical-coordinate representation of color #8CF7EC: hue angle of 173.83º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF7EC is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 247 236 -
CMYK 0.43 0 0.04 0.03
HSL 173.83º 0.87% 0.76% -
HSV(B) 173.83º 0.43% 0.97% -
XYZ 59.22 78.15 91.32 -
YUV 213.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 140 247 236 0.43 0 0.04 0.03 173.83 0.87 0.76
Hex 8C F7 EC 2B 0 4 3 AE 57 4C
Octal 214 367 354 53 0 4 3 256 127 114
Binary 10001100 11110111 11101100 101011 0 100 11 10101110 1010111 1001100

Color Harmonies of #8CF7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF7EC

Black with #8CF7EC

Text Example


Text Example

White with #8CF7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,247,236); }

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

background-color css

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

 a { background-color: rgb(140,247,236); }

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

border-color css

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

 span { border-color: rgb(140,247,236); }

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