#7AF9EE

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

Shades of Electric Blue #7AF9EE

Tints of Electric Blue #7AF9EE

Color information

#7AF9EE (or 0x7AF9EE) is unknown color: approx Electric Blue. HEX triplet: 7A, F9 and EE. RGB value is (122,249,238). Sum of RGB (Red+Green+Blue) = 122+249+238=609 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.03% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9EE is #850611. Grayscale: #D1D1D1. Windows color (decimal): -8717842 or 15661434. OLE color: 15661434.

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

Color convert

RGB122249238-
CMYK0.5100.040.02
HSL174.8º91.37%72.75%-
HSV(B)174.8º51%97.65%-
XYZ57.3378.0692.93-
YUV209.77143.9265.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.03%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=20.03%
G=40.89%
B=39.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222492380.5100.040.02174.891.3772.75
Hex7AF9EE33042af5b49
Octal17237135663042257133111
Binary111101011111001111011101100110100101010111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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