Html Css Color HEX #7DE4FD Electric Blue

📋 copy color: '#7DE4FD'

red 125 ◦ green 228 ◦ blue 253

#7DE4FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #7DE4FD

Tints of Electric Blue #7DE4FD

RGB

 RED value IS 125 (49.22% from 255) = 20.63%

 GREEN value IS 228 (89.45% from 255) = 37.62%

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 20.63%
G = 37.62%
B = 41.75%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DE4FD (or 0x7DE4FD) is known color: Electric Blue. HEX triplet: 7D, E4 and FD. RGB value is (125,228,253). Sum of RGB (Red+Green+Blue) = 125+228+253=606 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.63% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DE4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE4FD is #821B02. Grayscale: #C7C7C7. Windows color (decimal): -8526595 or 16639101. OLE color: 16639101.

HSL color Cylindrical-coordinate representation of color #7DE4FD: hue angle of 191.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DE4FD is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 228 253 -
CMYK 0.51 0.10 0 0.01
HSL 191.72º 0.97% 0.74% -
HSV(B) 191.72º 0.51% 0.99% -
XYZ 53.93 66.94 103.01 -
YUV 200.05 157.88 74.47 -
System Red Green Blue C M Y K H S L
Decimal 125 228 253 0.51 0.10 0 0.01 191.72 0.97 0.74
Hex 7D E4 FD 33 A 0 1 C0 61 4A
Octal 175 344 375 63 12 0 1 300 141 112
Binary 1111101 11100100 11111101 110011 1010 0 1 11000000 1100001 1001010

Color Harmonies of #7DE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE4FD

Black with #7DE4FD

Text Example


Text Example

White with #7DE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,228,253); }

 H1.HeaderClassName
 {
   color: #7DE4FD;
 }
 .AnyTagClassName
 {
   color: #7DE4FD;
 }
</style>

background-color css

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

 a { background-color: rgb(125,228,253); }

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

border-color css

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

 span { border-color: rgb(125,228,253); }

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