Html Css Color HEX #7AF6ED Electric Blue

📋 copy color: '#7AF6ED'

red 122 ◦ green 246 ◦ blue 237

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

Shades of Electric Blue #7AF6ED

Tints of Electric Blue #7AF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.66%

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

R = 20.17%
G = 40.66%
B = 39.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#7AF6ED (or 0x7AF6ED) is known color: Electric Blue. HEX triplet: 7A, F6 and ED. RGB value is (122,246,237). Sum of RGB (Red+Green+Blue) = 122+246+237=605 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.17% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF6ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF6ED is #850912. Grayscale: #CFCFCF. Windows color (decimal): -8718611 or 15595130. OLE color: 15595130.

HSL color Cylindrical-coordinate representation of color #7AF6ED: hue angle of 175.65º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF6ED is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 246 237 -
CMYK 0.50 0 0.04 0.04
HSL 175.65º 0.87% 0.72% -
HSV(B) 175.65º 0.5% 0.96% -
XYZ 56.27 76.16 91.86 -
YUV 207.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 122 246 237 0.50 0 0.04 0.04 175.65 0.87 0.72
Hex 7A F6 ED 32 0 4 4 B0 57 48
Octal 172 366 355 62 0 4 4 260 127 110
Binary 1111010 11110110 11101101 110010 0 100 100 10110000 1010111 1001000

Color Harmonies of #7AF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF6ED

Black with #7AF6ED

Text Example


Text Example

White with #7AF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,246,237); }

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

background-color css

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

 a { background-color: rgb(122,246,237); }

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

border-color css

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

 span { border-color: rgb(122,246,237); }

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