Html Css Color HEX #7FF5ED Electric Blue

📋 copy color: '#7FF5ED'

red 127 ◦ green 245 ◦ blue 237

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

Shades of Electric Blue #7FF5ED

Tints of Electric Blue #7FF5ED

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.23%

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

R = 20.85%
G = 40.23%
B = 38.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#7FF5ED (or 0x7FF5ED) is known color: Electric Blue. HEX triplet: 7F, F5 and ED. RGB value is (127,245,237). Sum of RGB (Red+Green+Blue) = 127+245+237=609 (80% of max value = 765). Red value is 127 (50% from 255 or 20.85% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF5ED is #800A12. Grayscale: #D0D0D0. Windows color (decimal): -8391187 or 15594879. OLE color: 15594879.

HSL color Cylindrical-coordinate representation of color #7FF5ED: hue angle of 175.93º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF5ED is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 127 245 237 -
CMYK 0.48 0 0.03 0.04
HSL 175.93º 0.86% 0.73% -
HSV(B) 175.93º 0.48% 0.96% -
XYZ 56.69 75.93 91.79 -
YUV 208.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 127 245 237 0.48 0 0.03 0.04 175.93 0.86 0.73
Hex 7F F5 ED 30 0 3 4 B0 56 49
Octal 177 365 355 60 0 3 4 260 126 111
Binary 1111111 11110101 11101101 110000 0 11 100 10110000 1010110 1001001

Color Harmonies of #7FF5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF5ED

Black with #7FF5ED

Text Example


Text Example

White with #7FF5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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