Html Css Color HEX #7AF7EC Electric Blue

📋 copy color: '#7AF7EC'

red 122 ◦ green 247 ◦ blue 236

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

Shades of Electric Blue #7AF7EC

Tints of Electric Blue #7AF7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.83%

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

R = 20.17%
G = 40.83%
B = 39.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#7AF7EC (or 0x7AF7EC) is known color: Electric Blue. HEX triplet: 7A, F7 and EC. RGB value is (122,247,236). Sum of RGB (Red+Green+Blue) = 122+247+236=605 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.17% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7EC is #850813. Grayscale: #D0D0D0. Windows color (decimal): -8718356 or 15529850. OLE color: 15529850.

HSL color Cylindrical-coordinate representation of color #7AF7EC: hue angle of 174.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7EC is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 247 236 -
CMYK 0.51 0 0.04 0.03
HSL 174.72º 0.89% 0.72% -
HSV(B) 174.72º 0.51% 0.97% -
XYZ 56.43 76.72 91.19 -
YUV 208.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 122 247 236 0.51 0 0.04 0.03 174.72 0.89 0.72
Hex 7A F7 EC 33 0 4 3 AF 59 48
Octal 172 367 354 63 0 4 3 257 131 110
Binary 1111010 11110111 11101100 110011 0 100 11 10101111 1011001 1001000

Color Harmonies of #7AF7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF7EC

Black with #7AF7EC

Text Example


Text Example

White with #7AF7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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