Html Css Color HEX #7AEDEE Electric Blue

📋 copy color: '#7AEDEE'

red 122 ◦ green 237 ◦ blue 238

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

Shades of Electric Blue #7AEDEE

Tints of Electric Blue #7AEDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 20.44%
G = 39.7%
B = 39.87%

CMYK

 C value IS 0.49

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7AEDEE (or 0x7AEDEE) is known color: Electric Blue. HEX triplet: 7A, ED and EE. RGB value is (122,237,238). Sum of RGB (Red+Green+Blue) = 122+237+238=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEDEE is #851211. Grayscale: #CACACA. Windows color (decimal): -8720914 or 15658362. OLE color: 15658362.

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

Color convert

RGB 122 237 238 -
CMYK 0.49 0.00 0 0.07
HSL 180.52º 0.77% 0.71% -
HSV(B) 180.52º 0.49% 0.93% -
XYZ 53.74 70.88 91.74 -
YUV 202.73 147.9 70.42 -
System Red Green Blue C M Y K H S L
Decimal 122 237 238 0.49 0.00 0 0.07 180.52 0.77 0.71
Hex 7A ED EE 31 0 0 7 B5 4D 47
Octal 172 355 356 61 0 0 7 265 115 107
Binary 1111010 11101101 11101110 110001 0 0 111 10110101 1001101 1000111

Color Harmonies of #7AEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDEE

Black with #7AEDEE

Text Example


Text Example

White with #7AEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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