Html Css Color HEX #7AFCF0 Electric Blue

📋 copy color: '#7AFCF0'

red 122 ◦ green 252 ◦ blue 240

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

Shades of Electric Blue #7AFCF0

Tints of Electric Blue #7AFCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.04%

 BLUE value IS 240 (94.14% from 255) = 39.09%

R = 19.87%
G = 41.04%
B = 39.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#7AFCF0 (or 0x7AFCF0) is known color: Electric Blue. HEX triplet: 7A, FC and F0. RGB value is (122,252,240). Sum of RGB (Red+Green+Blue) = 122+252+240=614 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.87% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFCF0 is #85030F. Grayscale: #D3D3D3. Windows color (decimal): -8717072 or 15793274. OLE color: 15793274.

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

Color convert

RGB 122 252 240 -
CMYK 0.52 0 0.05 0.01
HSL 174.46º 0.96% 0.73% -
HSV(B) 174.46º 0.52% 0.99% -
XYZ 58.56 80.05 94.8 -
YUV 211.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 122 252 240 0.52 0 0.05 0.01 174.46 0.96 0.73
Hex 7A FC F0 34 0 5 1 AE 60 49
Octal 172 374 360 64 0 5 1 256 140 111
Binary 1111010 11111100 11110000 110100 0 101 1 10101110 1100000 1001001

Color Harmonies of #7AFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFCF0

Black with #7AFCF0

Text Example


Text Example

White with #7AFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,252,240); }

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

background-color css

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

 a { background-color: rgb(122,252,240); }

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

border-color css

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

 span { border-color: rgb(122,252,240); }

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