Html Css Color HEX #7AF2EC Electric Blue

📋 copy color: '#7AF2EC'

red 122 ◦ green 242 ◦ blue 236

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

Shades of Electric Blue #7AF2EC

Tints of Electric Blue #7AF2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 20.33%
G = 40.33%
B = 39.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#7AF2EC (or 0x7AF2EC) is known color: Electric Blue. HEX triplet: 7A, F2 and EC. RGB value is (122,242,236). Sum of RGB (Red+Green+Blue) = 122+242+236=600 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2EC is #850D13. Grayscale: #CDCDCD. Windows color (decimal): -8719636 or 15528570. OLE color: 15528570.

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

Color convert

RGB 122 242 236 -
CMYK 0.50 0 0.02 0.05
HSL 177º 0.82% 0.71% -
HSV(B) 177º 0.5% 0.95% -
XYZ 54.92 73.7 90.69 -
YUV 205.44 145.24 68.49 -
System Red Green Blue C M Y K H S L
Decimal 122 242 236 0.50 0 0.02 0.05 177 0.82 0.71
Hex 7A F2 EC 32 0 2 5 B1 52 47
Octal 172 362 354 62 0 2 5 261 122 107
Binary 1111010 11110010 11101100 110010 0 10 101 10110001 1010010 1000111

Color Harmonies of #7AF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF2EC

Black with #7AF2EC

Text Example


Text Example

White with #7AF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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