#7DEAF1

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

Shades of Electric Blue #7DEAF1

Tints of Electric Blue #7DEAF1

Color information

#7DEAF1 (or 0x7DEAF1) is unknown color: approx Electric Blue. HEX triplet: 7D, EA and F1. RGB value is (125,234,241). Sum of RGB (Red+Green+Blue) = 125+234+241=600 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.83% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DEAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAF1 is #82150E. Grayscale: #CACACA. Windows color (decimal): -8525071 or 15854205. OLE color: 15854205.

HSL color Cylindrical-coordinate representation of color #7DEAF1: hue angle of 183.62º degrees, saturation: 0.81, 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 #7DEAF1 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125234241-
CMYK0.480.0300.05
HSL183.62º80.56%71.76%-
HSV(B)183.62º48.13%94.51%-
XYZ53.7669.5693.81-
YUV202.21149.8972.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.83%
GREEN value IS 234 (91.80% from 255) = 39%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=20.83%
G=39%
B=40.17%

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
Decimal1252342410.480.0300.05183.6280.5671.76
Hex7DEAF130305b85148
Octal17535236160305270121110
Binary111110111101010111100011100001101011011100010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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