Html Css Color HEX #7AF2EA Electric Blue

📋 copy color: '#7AF2EA'

red 122 ◦ green 242 ◦ blue 234

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

Shades of Electric Blue #7AF2EA

Tints of Electric Blue #7AF2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.13%

R = 20.4%
G = 40.47%
B = 39.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#7AF2EA (or 0x7AF2EA) is known color: Electric Blue. HEX triplet: 7A, F2 and EA. RGB value is (122,242,234). Sum of RGB (Red+Green+Blue) = 122+242+234=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2EA is #850D15. Grayscale: #CDCDCD. Windows color (decimal): -8719638 or 15397498. OLE color: 15397498.

HSL color Cylindrical-coordinate representation of color #7AF2EA: hue angle of 176º 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 #7AF2EA is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 234 -
CMYK 0.50 0 0.03 0.05
HSL 176º 0.82% 0.71% -
HSV(B) 176º 0.5% 0.95% -
XYZ 54.63 73.58 89.17 -
YUV 205.21 144.24 68.65 -
System Red Green Blue C M Y K H S L
Decimal 122 242 234 0.50 0 0.03 0.05 176 0.82 0.71
Hex 7A F2 EA 32 0 3 5 B0 52 47
Octal 172 362 352 62 0 3 5 260 122 107
Binary 1111010 11110010 11101010 110010 0 11 101 10110000 1010010 1000111

Color Harmonies of #7AF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF2EA

Black with #7AF2EA

Text Example


Text Example

White with #7AF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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