Html Css Color HEX #7FF2ED Electric Blue

📋 copy color: '#7FF2ED'

red 127 ◦ green 242 ◦ blue 237

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

Shades of Electric Blue #7FF2ED

Tints of Electric Blue #7FF2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.11%

R = 20.96%
G = 39.93%
B = 39.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#7FF2ED (or 0x7FF2ED) is known color: Electric Blue. HEX triplet: 7F, F2 and ED. RGB value is (127,242,237). Sum of RGB (Red+Green+Blue) = 127+242+237=606 (80% of max value = 765). Red value is 127 (50% from 255 or 20.96% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF2ED is #800D12. Grayscale: #CECECE. Windows color (decimal): -8391955 or 15594111. OLE color: 15594111.

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

Color convert

RGB 127 242 237 -
CMYK 0.48 0 0.02 0.05
HSL 177.39º 0.82% 0.72% -
HSV(B) 177.39º 0.48% 0.95% -
XYZ 55.79 74.13 91.49 -
YUV 207.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 127 242 237 0.48 0 0.02 0.05 177.39 0.82 0.72
Hex 7F F2 ED 30 0 2 5 B1 52 48
Octal 177 362 355 60 0 2 5 261 122 110
Binary 1111111 11110010 11101101 110000 0 10 101 10110001 1010010 1001000

Color Harmonies of #7FF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF2ED

Black with #7FF2ED

Text Example


Text Example

White with #7FF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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