Html Css Color HEX #7FECFE Electric Blue

📋 copy color: '#7FECFE'

red 127 ◦ green 236 ◦ blue 254

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

Shades of Electric Blue #7FECFE

Tints of Electric Blue #7FECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 20.58%
G = 38.25%
B = 41.17%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FECFE (or 0x7FECFE) is known color: Electric Blue. HEX triplet: 7F, EC and FE. RGB value is (127,236,254). Sum of RGB (Red+Green+Blue) = 127+236+254=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECFE is #801301. Grayscale: #CDCDCD. Windows color (decimal): -8393474 or 16706687. OLE color: 16706687.

HSL color Cylindrical-coordinate representation of color #7FECFE: hue angle of 188.5º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FECFE is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 236 254 -
CMYK 0.50 0.07 0 0.00
HSL 188.5º 0.98% 0.75% -
HSV(B) 188.5º 0.5% 1% -
XYZ 56.64 71.66 104.61 -
YUV 205.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 127 236 254 0.50 0.07 0 0.00 188.5 0.98 0.75
Hex 7F EC FE 32 7 0 0 BD 62 4B
Octal 177 354 376 62 7 0 0 275 142 113
Binary 1111111 11101100 11111110 110010 111 0 0 10111101 1100010 1001011

Color Harmonies of #7FECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECFE

Black with #7FECFE

Text Example


Text Example

White with #7FECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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