#7af7ee

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

Shades of Electric Blue #7AF7EE

Tints of Electric Blue #7AF7EE

Color information

#7AF7EE (or 0x7AF7EE) is unknown color: approx Electric Blue. HEX triplet: 7A, F7 and EE. RGB value is (122,247,238). Sum of RGB (Red+Green+Blue) = 122+247+238=607 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.10% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF7EE is #850811. Grayscale: #D0D0D0. Windows color (decimal): -8718354 or 15660922. OLE color: 15660922.

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

Color convert

RGB122247238-
CMYK0.5100.040.03
HSL175.68º88.65%72.35%-
HSV(B)175.68º50.61%96.86%-
XYZ56.7276.8392.73-
YUV208.6144.5966.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.10%
GREEN value IS 247 (96.88% from 255) = 40.69%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=20.10%
G=40.69%
B=39.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222472380.5100.040.03175.6888.6572.35
Hex7AF7EE33043b05948
Octal17236735663043260131110
Binary111101011110111111011101100110100111011000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7af7ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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