Html Css Color HEX #7FF0E5 Electric Blue

📋 copy color: '#7FF0E5'

red 127 ◦ green 240 ◦ blue 229

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

Shades of Electric Blue #7FF0E5

Tints of Electric Blue #7FF0E5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.27%

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 21.31%
G = 40.27%
B = 38.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#7FF0E5 (or 0x7FF0E5) is known color: Electric Blue. HEX triplet: 7F, F0 and E5. RGB value is (127,240,229). Sum of RGB (Red+Green+Blue) = 127+240+229=596 (78% of max value = 765). Red value is 127 (50% from 255 or 21.31% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF0E5 is #800F1A. Grayscale: #CCCCCC. Windows color (decimal): -8392475 or 15069311. OLE color: 15069311.

HSL color Cylindrical-coordinate representation of color #7FF0E5: hue angle of 174.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FF0E5 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 240 229 -
CMYK 0.47 0 0.05 0.06
HSL 174.16º 0.79% 0.72% -
HSV(B) 174.16º 0.47% 0.94% -
XYZ 54.06 72.49 85.27 -
YUV 204.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 127 240 229 0.47 0 0.05 0.06 174.16 0.79 0.72
Hex 7F F0 E5 2F 0 5 6 AE 4F 48
Octal 177 360 345 57 0 5 6 256 117 110
Binary 1111111 11110000 11100101 101111 0 101 110 10101110 1001111 1001000

Color Harmonies of #7FF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF0E5

Black with #7FF0E5

Text Example


Text Example

White with #7FF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,240,229); }

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

background-color css

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

 a { background-color: rgb(127,240,229); }

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

border-color css

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

 span { border-color: rgb(127,240,229); }

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