Html Css Color HEX #7AF3EF Electric Blue

📋 copy color: '#7AF3EF'

red 122 ◦ green 243 ◦ blue 239

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

Shades of Electric Blue #7AF3EF

Tints of Electric Blue #7AF3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.23%

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 20.2%
G = 40.23%
B = 39.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#7AF3EF (or 0x7AF3EF) is known color: Electric Blue. HEX triplet: 7A, F3 and EF. RGB value is (122,243,239). Sum of RGB (Red+Green+Blue) = 122+243+239=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF3EF is #850C10. Grayscale: #CECECE. Windows color (decimal): -8719377 or 15725434. OLE color: 15725434.

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

Color convert

RGB 122 243 239 -
CMYK 0.50 0 0.02 0.05
HSL 178.02º 0.83% 0.72% -
HSV(B) 178.02º 0.5% 0.95% -
XYZ 55.66 74.47 93.1 -
YUV 206.37 146.41 67.83 -
System Red Green Blue C M Y K H S L
Decimal 122 243 239 0.50 0 0.02 0.05 178.02 0.83 0.72
Hex 7A F3 EF 32 0 2 5 B2 53 48
Octal 172 363 357 62 0 2 5 262 123 110
Binary 1111010 11110011 11101111 110010 0 10 101 10110010 1010011 1001000

Color Harmonies of #7AF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF3EF

Black with #7AF3EF

Text Example


Text Example

White with #7AF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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