Html Css Color HEX #7AFAEC Electric Blue

📋 copy color: '#7AFAEC'

red 122 ◦ green 250 ◦ blue 236

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

Shades of Electric Blue #7AFAEC

Tints of Electric Blue #7AFAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.12%

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

R = 20.07%
G = 41.12%
B = 38.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#7AFAEC (or 0x7AFAEC) is known color: Electric Blue. HEX triplet: 7A, FA and EC. RGB value is (122,250,236). Sum of RGB (Red+Green+Blue) = 122+250+236=608 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.07% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFAEC is #850513. Grayscale: #D2D2D2. Windows color (decimal): -8717588 or 15530618. OLE color: 15530618.

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

Color convert

RGB 122 250 236 -
CMYK 0.51 0 0.06 0.02
HSL 173.44º 0.93% 0.73% -
HSV(B) 173.44º 0.51% 0.98% -
XYZ 57.35 78.56 91.5 -
YUV 210.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 122 250 236 0.51 0 0.06 0.02 173.44 0.93 0.73
Hex 7A FA EC 33 0 6 2 AD 5D 49
Octal 172 372 354 63 0 6 2 255 135 111
Binary 1111010 11111010 11101100 110011 0 110 10 10101101 1011101 1001001

Color Harmonies of #7AFAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFAEC

Black with #7AFAEC

Text Example


Text Example

White with #7AFAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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