Html Css Color HEX #7AF0E5 Electric Blue

📋 copy color: '#7AF0E5'

red 122 ◦ green 240 ◦ blue 229

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

Shades of Electric Blue #7AF0E5

Tints of Electric Blue #7AF0E5

RGB

 RED value IS 122 (48.05% from 255) = 20.64%

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

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

R = 20.64%
G = 40.61%
B = 38.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#7AF0E5 (or 0x7AF0E5) is known color: Electric Blue. HEX triplet: 7A, F0 and E5. RGB value is (122,240,229). Sum of RGB (Red+Green+Blue) = 122+240+229=591 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.64% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF0E5 is #850F1A. Grayscale: #CBCBCB. Windows color (decimal): -8720155 or 15069306. OLE color: 15069306.

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

Color convert

RGB 122 240 229 -
CMYK 0.49 0 0.05 0.06
HSL 174.41º 0.8% 0.71% -
HSV(B) 174.41º 0.49% 0.94% -
XYZ 53.33 72.11 85.24 -
YUV 203.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 122 240 229 0.49 0 0.05 0.06 174.41 0.8 0.71
Hex 7A F0 E5 31 0 5 6 AE 50 47
Octal 172 360 345 61 0 5 6 256 120 107
Binary 1111010 11110000 11100101 110001 0 101 110 10101110 1010000 1000111

Color Harmonies of #7AF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF0E5

Black with #7AF0E5

Text Example


Text Example

White with #7AF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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