Html Css Color HEX #7AEEF4 Electric Blue

📋 copy color: '#7AEEF4'

red 122 ◦ green 238 ◦ blue 244

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

Shades of Electric Blue #7AEEF4

Tints of Electric Blue #7AEEF4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 244 (95.7% from 255) = 40.4%

R = 20.2%
G = 39.4%
B = 40.4%

CMYK

 C value IS 0.5

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7AEEF4 (or 0x7AEEF4) is known color: Electric Blue. HEX triplet: 7A, EE and F4. RGB value is (122,238,244). Sum of RGB (Red+Green+Blue) = 122+238+244=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #7AEEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEEF4 is #85110B. Grayscale: #CBCBCB. Windows color (decimal): -8720652 or 16051834. OLE color: 16051834.

HSL color Cylindrical-coordinate representation of color #7AEEF4: hue angle of 182.95º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AEEF4 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 238 244 -
CMYK 0.5 0.02 0 0.04
HSL 182.95º 0.85% 0.72% -
HSV(B) 182.95º 0.5% 0.96% -
XYZ 54.93 71.82 96.56 -
YUV 204 150.57 69.51 -
System Red Green Blue C M Y K H S L
Decimal 122 238 244 0.5 0.02 0 0.04 182.95 0.85 0.72
Hex 7A EE F4 32 2 0 4 B7 55 48
Octal 172 356 364 62 2 0 4 267 125 110
Binary 1111010 11101110 11110100 110010 10 0 100 10110111 1010101 1001000

Color Harmonies of #7AEEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEEF4

Black with #7AEEF4

Text Example


Text Example

White with #7AEEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,238,244); }

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

background-color css

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

 a { background-color: rgb(122,238,244); }

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

border-color css

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

 span { border-color: rgb(122,238,244); }

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