Html Css Color HEX #7FFBF4 Electric Blue

📋 copy color: '#7FFBF4'

red 127 ◦ green 251 ◦ blue 244

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

Shades of Electric Blue #7FFBF4

Tints of Electric Blue #7FFBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.23%

R = 20.42%
G = 40.35%
B = 39.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#7FFBF4 (or 0x7FFBF4) is known color: Electric Blue. HEX triplet: 7F, FB and F4. RGB value is (127,251,244). Sum of RGB (Red+Green+Blue) = 127+251+244=622 (82% of max value = 765). Red value is 127 (50% from 255 or 20.42% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBF4 is #80040B. Grayscale: #D5D5D5. Windows color (decimal): -8389644 or 16055167. OLE color: 16055167.

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

Color convert

RGB 127 251 244 -
CMYK 0.49 0 0.03 0.02
HSL 176.61º 0.94% 0.74% -
HSV(B) 176.61º 0.49% 0.98% -
XYZ 59.58 80.04 97.9 -
YUV 213.13 145.42 66.57 -
System Red Green Blue C M Y K H S L
Decimal 127 251 244 0.49 0 0.03 0.02 176.61 0.94 0.74
Hex 7F FB F4 31 0 3 2 B1 5E 4A
Octal 177 373 364 61 0 3 2 261 136 112
Binary 1111111 11111011 11110100 110001 0 11 10 10110001 1011110 1001010

Color Harmonies of #7FFBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBF4

Black with #7FFBF4

Text Example


Text Example

White with #7FFBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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