Html Css Color HEX #7AFAF5 Electric Blue

📋 copy color: '#7AFAF5'

red 122 ◦ green 250 ◦ blue 245

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

Shades of Electric Blue #7AFAF5

Tints of Electric Blue #7AFAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.71%

R = 19.77%
G = 40.52%
B = 39.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#7AFAF5 (or 0x7AFAF5) is known color: Electric Blue. HEX triplet: 7A, FA and F5. RGB value is (122,250,245). Sum of RGB (Red+Green+Blue) = 122+250+245=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFAF5 is #85050A. Grayscale: #D3D3D3. Windows color (decimal): -8717579 or 16120442. OLE color: 16120442.

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

Color convert

RGB 122 250 245 -
CMYK 0.51 0 0.02 0.02
HSL 177.66º 0.93% 0.73% -
HSV(B) 177.66º 0.51% 0.98% -
XYZ 58.69 79.1 98.56 -
YUV 211.16 147.09 64.41 -
System Red Green Blue C M Y K H S L
Decimal 122 250 245 0.51 0 0.02 0.02 177.66 0.93 0.73
Hex 7A FA F5 33 0 2 2 B2 5D 49
Octal 172 372 365 63 0 2 2 262 135 111
Binary 1111010 11111010 11110101 110011 0 10 10 10110010 1011101 1001001

Color Harmonies of #7AFAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFAF5

Black with #7AFAF5

Text Example


Text Example

White with #7AFAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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