Html Css Color HEX #7FFBF7 Electric Blue

📋 copy color: '#7FFBF7'

red 127 ◦ green 251 ◦ blue 247

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

Shades of Electric Blue #7FFBF7

Tints of Electric Blue #7FFBF7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.16%

 BLUE value IS 247 (96.88% from 255) = 39.52%

R = 20.32%
G = 40.16%
B = 39.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#7FFBF7 (or 0x7FFBF7) is known color: Electric Blue. HEX triplet: 7F, FB and F7. RGB value is (127,251,247). Sum of RGB (Red+Green+Blue) = 127+251+247=625 (82% of max value = 765). Red value is 127 (50% from 255 or 20.32% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBF7 is #800408. Grayscale: #D5D5D5. Windows color (decimal): -8389641 or 16251775. OLE color: 16251775.

HSL color Cylindrical-coordinate representation of color #7FFBF7: hue angle of 178.06º degrees, saturation: 0.94, 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 #7FFBF7 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 251 247 -
CMYK 0.49 0 0.02 0.02
HSL 178.06º 0.94% 0.74% -
HSV(B) 178.06º 0.49% 0.98% -
XYZ 60.04 80.22 100.32 -
YUV 213.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 127 251 247 0.49 0 0.02 0.02 178.06 0.94 0.74
Hex 7F FB F7 31 0 2 2 B2 5E 4A
Octal 177 373 367 61 0 2 2 262 136 112
Binary 1111111 11111011 11110111 110001 0 10 10 10110010 1011110 1001010

Color Harmonies of #7FFBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBF7

Black with #7FFBF7

Text Example


Text Example

White with #7FFBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,251,247); }

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

background-color css

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

 a { background-color: rgb(127,251,247); }

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

border-color css

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

 span { border-color: rgb(127,251,247); }

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