Html Css Color HEX #7AF2F0 Electric Blue

📋 copy color: '#7AF2F0'

red 122 ◦ green 242 ◦ blue 240

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

Shades of Electric Blue #7AF2F0

Tints of Electric Blue #7AF2F0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.07%

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

R = 20.2%
G = 40.07%
B = 39.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#7AF2F0 (or 0x7AF2F0) is known color: Electric Blue. HEX triplet: 7A, F2 and F0. RGB value is (122,242,240). Sum of RGB (Red+Green+Blue) = 122+242+240=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2F0 is #850D0F. Grayscale: #CDCDCD. Windows color (decimal): -8719632 or 15790714. OLE color: 15790714.

HSL color Cylindrical-coordinate representation of color #7AF2F0: hue angle of 179º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2F0 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 240 -
CMYK 0.50 0 0.01 0.05
HSL 179º 0.82% 0.71% -
HSV(B) 179º 0.5% 0.95% -
XYZ 55.51 73.93 93.78 -
YUV 205.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 122 242 240 0.50 0 0.01 0.05 179 0.82 0.71
Hex 7A F2 F0 32 0 1 5 B3 52 47
Octal 172 362 360 62 0 1 5 263 122 107
Binary 1111010 11110010 11110000 110010 0 1 101 10110011 1010010 1000111

Color Harmonies of #7AF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF2F0

Black with #7AF2F0

Text Example


Text Example

White with #7AF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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