Html Css Color HEX #7AFFF3 Electric Blue

📋 copy color: '#7AFFF3'

red 122 ◦ green 255 ◦ blue 243

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

Shades of Electric Blue #7AFFF3

Tints of Electric Blue #7AFFF3

RGB

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

 GREEN value IS 255 (100% from 255) = 41.13%

 BLUE value IS 243 (95.31% from 255) = 39.19%

R = 19.68%
G = 41.13%
B = 39.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#7AFFF3 (or 0x7AFFF3) is known color: Electric Blue. HEX triplet: 7A, FF and F3. RGB value is (122,255,243). Sum of RGB (Red+Green+Blue) = 122+255+243=620 (82% of max value = 765). Red value is 122 (48.05% from 255 or 19.68% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFF3 is #85000C. Grayscale: #D5D5D5. Windows color (decimal): -8716301 or 15990650. OLE color: 15990650.

HSL color Cylindrical-coordinate representation of color #7AFFF3: hue angle of 174.59º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFF3 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 122 255 243 -
CMYK 0.52 0 0.05 0
HSL 174.59º 1% 0.74% -
HSV(B) 174.59º 0.52% 1% -
XYZ 59.96 82.13 97.49 -
YUV 213.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 122 255 243 0.52 0 0.05 0 174.59 1 0.74
Hex 7A FF F3 34 0 5 0 AF 64 4A
Octal 172 377 363 64 0 5 0 257 144 112
Binary 1111010 11111111 11110011 110100 0 101 0 10101111 1100100 1001010

Color Harmonies of #7AFFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFFF3

Black with #7AFFF3

Text Example


Text Example

White with #7AFFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,255,243); }

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

background-color css

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

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

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

border-color css

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

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

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