#7DEAF2

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

Shades of Electric Blue #7DEAF2

Tints of Electric Blue #7DEAF2

Color information

#7DEAF2 (or 0x7DEAF2) is unknown color: approx Electric Blue. HEX triplet: 7D, EA and F2. RGB value is (125,234,242). Sum of RGB (Red+Green+Blue) = 125+234+242=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DEAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAF2 is #82150D. Grayscale: #CACACA. Windows color (decimal): -8525070 or 15919741. OLE color: 15919741.

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

Color convert

RGB125234242-
CMYK0.480.0300.05
HSL184.1º81.82%71.96%-
HSV(B)184.1º48.35%94.9%-
XYZ53.9169.6294.6-
YUV202.32150.3972.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.80%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=20.80%
G=38.94%
B=40.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252342420.480.0300.05184.181.8271.96
Hex7DEAF230305b85248
Octal17535236260305270122110
Binary111110111101010111100101100001101011011100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,234,242); }

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

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

 a { background-color: rgb(125,234,242); }

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

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

 span { border-color: rgb(125,234,242); }

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