Html Css Color HEX #7FECF6 Electric Blue

📋 copy color: '#7FECF6'

red 127 ◦ green 236 ◦ blue 246

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

Shades of Electric Blue #7FECF6

Tints of Electric Blue #7FECF6

RGB

 RED value IS 127 (50% from 255) = 20.85%

 GREEN value IS 236 (92.58% from 255) = 38.75%

 BLUE value IS 246 (96.48% from 255) = 40.39%

R = 20.85%
G = 38.75%
B = 40.39%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7FECF6 (or 0x7FECF6) is known color: Electric Blue. HEX triplet: 7F, EC and F6. RGB value is (127,236,246). Sum of RGB (Red+Green+Blue) = 127+236+246=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECF6 is #801309. Grayscale: #CCCCCC. Windows color (decimal): -8393482 or 16182399. OLE color: 16182399.

HSL color Cylindrical-coordinate representation of color #7FECF6: hue angle of 185.04º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FECF6 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 127 236 246 -
CMYK 0.48 0.04 0 0.04
HSL 185.04º 0.87% 0.73% -
HSV(B) 185.04º 0.48% 0.96% -
XYZ 55.38 71.16 98 -
YUV 204.55 151.39 72.69 -
System Red Green Blue C M Y K H S L
Decimal 127 236 246 0.48 0.04 0 0.04 185.04 0.87 0.73
Hex 7F EC F6 30 4 0 4 B9 57 49
Octal 177 354 366 60 4 0 4 271 127 111
Binary 1111111 11101100 11110110 110000 100 0 100 10111001 1010111 1001001

Color Harmonies of #7FECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECF6

Black with #7FECF6

Text Example


Text Example

White with #7FECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FECF6; }

 p { color: rgb(127,236,246); }

 H1.HeaderClassName
 {
   color: #7FECF6;
 }
 .AnyTagClassName
 {
   color: #7FECF6;
 }
</style>

background-color css

<style>
 a { background-color: #7FECF6; }

 a { background-color: rgb(127,236,246); }

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

border-color css

<style>
 span { border-color: #7FECF6; }

 span { border-color: rgb(127,236,246); }

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