Html Css Color HEX #7FECFA Electric Blue

📋 copy color: '#7FECFA'

red 127 ◦ green 236 ◦ blue 250

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

Shades of Electric Blue #7FECFA

Tints of Electric Blue #7FECFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 20.72%
G = 38.5%
B = 40.78%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7FECFA (or 0x7FECFA) is known color: Electric Blue. HEX triplet: 7F, EC and FA. RGB value is (127,236,250). Sum of RGB (Red+Green+Blue) = 127+236+250=613 (81% of max value = 765). Red value is 127 (50% from 255 or 20.72% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECFA is #801305. Grayscale: #CCCCCC. Windows color (decimal): -8393478 or 16444543. OLE color: 16444543.

HSL color Cylindrical-coordinate representation of color #7FECFA: hue angle of 186.83º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FECFA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 236 250 -
CMYK 0.49 0.06 0 0.02
HSL 186.83º 0.92% 0.74% -
HSV(B) 186.83º 0.49% 0.98% -
XYZ 56 71.41 101.27 -
YUV 205.01 153.39 72.36 -
System Red Green Blue C M Y K H S L
Decimal 127 236 250 0.49 0.06 0 0.02 186.83 0.92 0.74
Hex 7F EC FA 31 6 0 2 BB 5C 4A
Octal 177 354 372 61 6 0 2 273 134 112
Binary 1111111 11101100 11111010 110001 110 0 10 10111011 1011100 1001010

Color Harmonies of #7FECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECFA

Black with #7FECFA

Text Example


Text Example

White with #7FECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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