Html Css Color HEX #7AEDEC Electric Blue

📋 copy color: '#7AEDEC'

red 122 ◦ green 237 ◦ blue 236

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

Shades of Electric Blue #7AEDEC

Tints of Electric Blue #7AEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.83%

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 20.5%
G = 39.83%
B = 39.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#7AEDEC (or 0x7AEDEC) is known color: Electric Blue. HEX triplet: 7A, ED and EC. RGB value is (122,237,236). Sum of RGB (Red+Green+Blue) = 122+237+236=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEDEC is #851213. Grayscale: #CACACA. Windows color (decimal): -8720916 or 15527290. OLE color: 15527290.

HSL color Cylindrical-coordinate representation of color #7AEDEC: hue angle of 179.48º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDEC is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 237 236 -
CMYK 0.49 0 0.00 0.07
HSL 179.48º 0.76% 0.7% -
HSV(B) 179.48º 0.49% 0.93% -
XYZ 53.45 70.76 90.2 -
YUV 202.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 122 237 236 0.49 0 0.00 0.07 179.48 0.76 0.7
Hex 7A ED EC 31 0 0 7 B3 4C 46
Octal 172 355 354 61 0 0 7 263 114 106
Binary 1111010 11101101 11101100 110001 0 0 111 10110011 1001100 1000110

Color Harmonies of #7AEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDEC

Black with #7AEDEC

Text Example


Text Example

White with #7AEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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