Html Css Color HEX #7AEDFF Electric Blue

📋 copy color: '#7AEDFF'

red 122 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #7AEDFF

Tints of Electric Blue #7AEDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.53%

R = 19.87%
G = 38.6%
B = 41.53%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AEDFF (or 0x7AEDFF) is known color: Electric Blue. HEX triplet: 7A, ED and FF. RGB value is (122,237,255). Sum of RGB (Red+Green+Blue) = 122+237+255=614 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.87% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEDFF is #851200. Grayscale: #CCCCCC. Windows color (decimal): -8720897 or 16772474. OLE color: 16772474.

HSL color Cylindrical-coordinate representation of color #7AEDFF: hue angle of 188.12º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AEDFF is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 122 237 255 -
CMYK 0.52 0.07 0 0
HSL 188.12º 1% 0.74% -
HSV(B) 188.12º 0.52% 1% -
XYZ 56.36 71.93 105.52 -
YUV 204.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 122 237 255 0.52 0.07 0 0 188.12 1 0.74
Hex 7A ED FF 34 7 0 0 BC 64 4A
Octal 172 355 377 64 7 0 0 274 144 112
Binary 1111010 11101101 11111111 110100 111 0 0 10111100 1100100 1001010

Color Harmonies of #7AEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDFF

Black with #7AEDFF

Text Example


Text Example

White with #7AEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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