Html Css Color HEX #7AECF6 Electric Blue

📋 copy color: '#7AECF6'

red 122 ◦ green 236 ◦ blue 246

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

Shades of Electric Blue #7AECF6

Tints of Electric Blue #7AECF6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.07%

 BLUE value IS 246 (96.48% from 255) = 40.73%

R = 20.2%
G = 39.07%
B = 40.73%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7AECF6 (or 0x7AECF6) is known color: Electric Blue. HEX triplet: 7A, EC and F6. RGB value is (122,236,246). Sum of RGB (Red+Green+Blue) = 122+236+246=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #7AECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECF6 is #851309. Grayscale: #CACACA. Windows color (decimal): -8721162 or 16182394. OLE color: 16182394.

HSL color Cylindrical-coordinate representation of color #7AECF6: hue angle of 184.84º 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 #7AECF6 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 236 246 -
CMYK 0.50 0.04 0 0.04
HSL 184.84º 0.87% 0.72% -
HSV(B) 184.84º 0.5% 0.96% -
XYZ 54.66 70.78 97.97 -
YUV 203.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 122 236 246 0.50 0.04 0 0.04 184.84 0.87 0.72
Hex 7A EC F6 32 4 0 4 B9 57 48
Octal 172 354 366 62 4 0 4 271 127 110
Binary 1111010 11101100 11110110 110010 100 0 100 10111001 1010111 1001000

Color Harmonies of #7AECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AECF6

Black with #7AECF6

Text Example


Text Example

White with #7AECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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