Html Css Color HEX #7FF2EF Electric Blue

📋 copy color: '#7FF2EF'

red 127 ◦ green 242 ◦ blue 239

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

Shades of Electric Blue #7FF2EF

Tints of Electric Blue #7FF2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.8%

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 20.89%
G = 39.8%
B = 39.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#7FF2EF (or 0x7FF2EF) is known color: Electric Blue. HEX triplet: 7F, F2 and EF. RGB value is (127,242,239). Sum of RGB (Red+Green+Blue) = 127+242+239=608 (80% of max value = 765). Red value is 127 (50% from 255 or 20.89% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF2EF is #800D10. Grayscale: #CFCFCF. Windows color (decimal): -8391953 or 15725183. OLE color: 15725183.

HSL color Cylindrical-coordinate representation of color #7FF2EF: hue angle of 178.43º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF2EF is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 242 239 -
CMYK 0.48 0 0.01 0.05
HSL 178.43º 0.82% 0.72% -
HSV(B) 178.43º 0.48% 0.95% -
XYZ 56.08 74.25 93.04 -
YUV 207.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 127 242 239 0.48 0 0.01 0.05 178.43 0.82 0.72
Hex 7F F2 EF 30 0 1 5 B2 52 48
Octal 177 362 357 60 0 1 5 262 122 110
Binary 1111111 11110010 11101111 110000 0 1 101 10110010 1010010 1001000

Color Harmonies of #7FF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF2EF

Black with #7FF2EF

Text Example


Text Example

White with #7FF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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