Html Css Color HEX #7AECFD Electric Blue

📋 copy color: '#7AECFD'

red 122 ◦ green 236 ◦ blue 253

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

Shades of Electric Blue #7AECFD

Tints of Electric Blue #7AECFD

RGB

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

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

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

R = 19.97%
G = 38.63%
B = 41.41%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7AECFD (or 0x7AECFD) is known color: Electric Blue. HEX triplet: 7A, EC and FD. RGB value is (122,236,253). Sum of RGB (Red+Green+Blue) = 122+236+253=611 (80% of max value = 765). Red value is 122 (48.05% from 255 or 19.97% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #7AECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECFD is #851302. Grayscale: #CBCBCB. Windows color (decimal): -8721155 or 16641146. OLE color: 16641146.

HSL color Cylindrical-coordinate representation of color #7AECFD: hue angle of 187.79º 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 #7AECFD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 236 253 -
CMYK 0.52 0.07 0 0.01
HSL 187.79º 0.97% 0.74% -
HSV(B) 187.79º 0.52% 0.99% -
XYZ 55.75 71.22 103.74 -
YUV 203.85 155.73 69.62 -
System Red Green Blue C M Y K H S L
Decimal 122 236 253 0.52 0.07 0 0.01 187.79 0.97 0.74
Hex 7A EC FD 34 7 0 1 BC 61 4A
Octal 172 354 375 64 7 0 1 274 141 112
Binary 1111010 11101100 11111101 110100 111 0 1 10111100 1100001 1001010

Color Harmonies of #7AECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AECFD

Black with #7AECFD

Text Example


Text Example

White with #7AECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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