#7AF7EB

Color #7AF7EB Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7AF7EB

Tints of Electric Blue #7AF7EB

Color information

#7AF7EB (or 0x7AF7EB) is unknown color: approx Electric Blue. HEX triplet: 7A, F7 and EB. RGB value is (122,247,235). Sum of RGB (Red+Green+Blue) = 122+247+235=604 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.20% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7EB is #850814. Grayscale: #D0D0D0. Windows color (decimal): -8718357 or 15464314. OLE color: 15464314.

HSL color Cylindrical-coordinate representation of color #7AF7EB: hue angle of 174.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF7EB is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB122247235-
CMYK0.5100.050.03
HSL174.24º88.65%72.35%-
HSV(B)174.24º50.61%96.86%-
XYZ56.2876.6690.43-
YUV208.26143.0966.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.20%
GREEN value IS 247 (96.88% from 255) = 40.89%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=20.20%
G=40.89%
B=38.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222472350.5100.050.03174.2488.6572.35
Hex7AF7EB33053ae5948
Octal17236735363053256131110
Binary111101011110111111010111100110101111010111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,247,235); }

 H1.HeaderClassName
 {
   color: #7AF7EB;
 }
 .AnyTagClassName
 {
   color: #7AF7EB;
 }
</style>
background-color css

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

 a { background-color: rgb(122,247,235); }

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

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

 span { border-color: rgb(122,247,235); }

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