Html Css Color HEX #7FFAF2 Electric Blue

📋 copy color: '#7FFAF2'

red 127 ◦ green 250 ◦ blue 242

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

Shades of Electric Blue #7FFAF2

Tints of Electric Blue #7FFAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.39%

 BLUE value IS 242 (94.92% from 255) = 39.1%

R = 20.52%
G = 40.39%
B = 39.1%

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

#7FFAF2 (or 0x7FFAF2) is known color: Electric Blue. HEX triplet: 7F, FA and F2. RGB value is (127,250,242). Sum of RGB (Red+Green+Blue) = 127+250+242=619 (81% of max value = 765). Red value is 127 (50% from 255 or 20.52% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAF2 is #80050D. Grayscale: #D4D4D4. Windows color (decimal): -8389902 or 15923839. OLE color: 15923839.

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

Color convert

RGB 127 250 242 -
CMYK 0.49 0 0.03 0.02
HSL 176.1º 0.92% 0.74% -
HSV(B) 176.1º 0.49% 0.98% -
XYZ 58.97 79.29 96.2 -
YUV 212.31 144.75 67.15 -
System Red Green Blue C M Y K H S L
Decimal 127 250 242 0.49 0 0.03 0.02 176.1 0.92 0.74
Hex 7F FA F2 31 0 3 2 B0 5C 4A
Octal 177 372 362 61 0 3 2 260 134 112
Binary 1111111 11111010 11110010 110001 0 11 10 10110000 1011100 1001010

Color Harmonies of #7FFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFAF2

Black with #7FFAF2

Text Example


Text Example

White with #7FFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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