Html Css Color HEX #7AFAFA Electric Blue

📋 copy color: '#7AFAFA'

red 122 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #7AFAFA

Tints of Electric Blue #7AFAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 19.61%
G = 40.19%
B = 40.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7AFAFA (or 0x7AFAFA) is known color: Electric Blue. HEX triplet: 7A, FA and FA. RGB value is (122,250,250). Sum of RGB (Red+Green+Blue) = 122+250+250=622 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.61% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #7AFAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFAFA is #850505. Grayscale: #D3D3D3. Windows color (decimal): -8717574 or 16448122. OLE color: 16448122.

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

Color convert

RGB 122 250 250 -
CMYK 0.51 0 0 0.02
HSL 180º 0.93% 0.73% -
HSV(B) 180º 0.51% 0.98% -
XYZ 59.47 79.41 102.64 -
YUV 211.73 149.59 64 -
System Red Green Blue C M Y K H S L
Decimal 122 250 250 0.51 0 0 0.02 180 0.93 0.73
Hex 7A FA FA 33 0 0 2 B4 5D 49
Octal 172 372 372 63 0 0 2 264 135 111
Binary 1111010 11111010 11111010 110011 0 0 10 10110100 1011101 1001001

Color Harmonies of #7AFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFAFA

Black with #7AFAFA

Text Example


Text Example

White with #7AFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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