#7DEFFE

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

Shades of Electric Blue #7DEFFE

Tints of Electric Blue #7DEFFE

Color information

#7DEFFE (or 0x7DEFFE) is unknown color: approx Electric Blue. HEX triplet: 7D, EF and FE. RGB value is (125,239,254). Sum of RGB (Red+Green+Blue) = 125+239+254=618 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.23% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DEFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEFFE is #821001. Grayscale: #CECECE. Windows color (decimal): -8523778 or 16707453. OLE color: 16707453.

HSL color Cylindrical-coordinate representation of color #7DEFFE: hue angle of 186.98º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DEFFE is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125239254-
CMYK0.510.0600.00
HSL186.98º98.47%74.31%-
HSV(B)186.98º50.79%99.61%-
XYZ57.2173.25104.89-
YUV206.62154.7369.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.23%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=20.23%
G=38.67%
B=41.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252392540.510.0600.00186.9898.4774.31
Hex7DEFFE33600bb624a
Octal17535737663600273142112
Binary11111011110111111111110110011110001011101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,239,254); }

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

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

 a { background-color: rgb(125,239,254); }

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

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

 span { border-color: rgb(125,239,254); }

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