Html Css Color HEX #7AECF0 Electric Blue

📋 copy color: '#7AECF0'

red 122 ◦ green 236 ◦ blue 240

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

Shades of Electric Blue #7AECF0

Tints of Electric Blue #7AECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 20.4%
G = 39.46%
B = 40.13%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7AECF0 (or 0x7AECF0) is known color: Electric Blue. HEX triplet: 7A, EC and F0. RGB value is (122,236,240). Sum of RGB (Red+Green+Blue) = 122+236+240=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #7AECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECF0 is #85130F. Grayscale: #CACACA. Windows color (decimal): -8721168 or 15789178. OLE color: 15789178.

HSL color Cylindrical-coordinate representation of color #7AECF0: hue angle of 182.03º 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 #7AECF0 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 236 240 -
CMYK 0.49 0.02 0 0.06
HSL 182.03º 0.8% 0.71% -
HSV(B) 182.03º 0.49% 0.94% -
XYZ 53.75 70.42 93.2 -
YUV 202.37 149.23 70.67 -
System Red Green Blue C M Y K H S L
Decimal 122 236 240 0.49 0.02 0 0.06 182.03 0.8 0.71
Hex 7A EC F0 31 2 0 6 B6 50 47
Octal 172 354 360 61 2 0 6 266 120 107
Binary 1111010 11101100 11110000 110001 10 0 110 10110110 1010000 1000111

Color Harmonies of #7AECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AECF0

Black with #7AECF0

Text Example


Text Example

White with #7AECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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