Html Css Color HEX #7AF2E9 Electric Blue

📋 copy color: '#7AF2E9'

red 122 ◦ green 242 ◦ blue 233

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

Shades of Electric Blue #7AF2E9

Tints of Electric Blue #7AF2E9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

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

R = 20.44%
G = 40.54%
B = 39.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#7AF2E9 (or 0x7AF2E9) is known color: Electric Blue. HEX triplet: 7A, F2 and E9. RGB value is (122,242,233). Sum of RGB (Red+Green+Blue) = 122+242+233=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF2E9 is #850D16. Grayscale: #CDCDCD. Windows color (decimal): -8719639 or 15331962. OLE color: 15331962.

HSL color Cylindrical-coordinate representation of color #7AF2E9: hue angle of 175.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2E9 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 233 -
CMYK 0.50 0 0.04 0.05
HSL 175.5º 0.82% 0.71% -
HSV(B) 175.5º 0.5% 0.95% -
XYZ 54.49 73.53 88.41 -
YUV 205.09 143.74 68.73 -
System Red Green Blue C M Y K H S L
Decimal 122 242 233 0.50 0 0.04 0.05 175.5 0.82 0.71
Hex 7A F2 E9 32 0 4 5 B0 52 47
Octal 172 362 351 62 0 4 5 260 122 107
Binary 1111010 11110010 11101001 110010 0 100 101 10110000 1010010 1000111

Color Harmonies of #7AF2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF2E9

Black with #7AF2E9

Text Example


Text Example

White with #7AF2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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