Html Css Color HEX #7AFAE9 Electric Blue

📋 copy color: '#7AFAE9'

red 122 ◦ green 250 ◦ blue 233

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

Shades of Electric Blue #7AFAE9

Tints of Electric Blue #7AFAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 20.17%
G = 41.32%
B = 38.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#7AFAE9 (or 0x7AFAE9) is known color: Electric Blue. HEX triplet: 7A, FA and E9. RGB value is (122,250,233). Sum of RGB (Red+Green+Blue) = 122+250+233=605 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.17% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFAE9 is #850516. Grayscale: #D1D1D1. Windows color (decimal): -8717591 or 15334010. OLE color: 15334010.

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

Color convert

RGB 122 250 233 -
CMYK 0.51 0 0.07 0.02
HSL 172.03º 0.93% 0.73% -
HSV(B) 172.03º 0.51% 0.98% -
XYZ 56.92 78.39 89.22 -
YUV 209.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 122 250 233 0.51 0 0.07 0.02 172.03 0.93 0.73
Hex 7A FA E9 33 0 7 2 AC 5D 49
Octal 172 372 351 63 0 7 2 254 135 111
Binary 1111010 11111010 11101001 110011 0 111 10 10101100 1011101 1001001

Color Harmonies of #7AFAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFAE9

Black with #7AFAE9

Text Example


Text Example

White with #7AFAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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