Html Css Color HEX #7AEDFD Electric Blue

📋 copy color: '#7AEDFD'

red 122 ◦ green 237 ◦ blue 253

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

Shades of Electric Blue #7AEDFD

Tints of Electric Blue #7AEDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 19.93%
G = 38.73%
B = 41.34%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7AEDFD (or 0x7AEDFD) is known color: Electric Blue. HEX triplet: 7A, ED and FD. RGB value is (122,237,253). Sum of RGB (Red+Green+Blue) = 122+237+253=612 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.93% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AEDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEDFD is #851202. Grayscale: #CCCCCC. Windows color (decimal): -8720899 or 16641402. OLE color: 16641402.

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

Color convert

RGB 122 237 253 -
CMYK 0.52 0.06 0 0.01
HSL 187.33º 0.97% 0.74% -
HSV(B) 187.33º 0.52% 0.99% -
XYZ 56.04 71.8 103.83 -
YUV 204.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 122 237 253 0.52 0.06 0 0.01 187.33 0.97 0.74
Hex 7A ED FD 34 6 0 1 BB 61 4A
Octal 172 355 375 64 6 0 1 273 141 112
Binary 1111010 11101101 11111101 110100 110 0 1 10111011 1100001 1001010

Color Harmonies of #7AEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDFD

Black with #7AEDFD

Text Example


Text Example

White with #7AEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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