Html Css Color HEX #7AF8EA Electric Blue

📋 copy color: '#7AF8EA'

red 122 ◦ green 248 ◦ blue 234

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

Shades of Electric Blue #7AF8EA

Tints of Electric Blue #7AF8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.06%

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

R = 20.2%
G = 41.06%
B = 38.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#7AF8EA (or 0x7AF8EA) is known color: Electric Blue. HEX triplet: 7A, F8 and EA. RGB value is (122,248,234). Sum of RGB (Red+Green+Blue) = 122+248+234=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF8EA is #850715. Grayscale: #D0D0D0. Windows color (decimal): -8718102 or 15399034. OLE color: 15399034.

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

Color convert

RGB 122 248 234 -
CMYK 0.51 0 0.06 0.03
HSL 173.33º 0.9% 0.73% -
HSV(B) 173.33º 0.51% 0.97% -
XYZ 56.44 77.21 89.77 -
YUV 208.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 122 248 234 0.51 0 0.06 0.03 173.33 0.9 0.73
Hex 7A F8 EA 33 0 6 3 AD 5A 49
Octal 172 370 352 63 0 6 3 255 132 111
Binary 1111010 11111000 11101010 110011 0 110 11 10101101 1011010 1001001

Color Harmonies of #7AF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF8EA

Black with #7AF8EA

Text Example


Text Example

White with #7AF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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