Html Css Color HEX #7DF2EA Electric Blue

📋 copy color: '#7DF2EA'

red 125 ◦ green 242 ◦ blue 234

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

Shades of Electric Blue #7DF2EA

Tints of Electric Blue #7DF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.27%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 20.8%
G = 40.27%
B = 38.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#7DF2EA (or 0x7DF2EA) is known color: Electric Blue. HEX triplet: 7D, F2 and EA. RGB value is (125,242,234). Sum of RGB (Red+Green+Blue) = 125+242+234=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF2EA is #820D15. Grayscale: #CECECE. Windows color (decimal): -8523030 or 15397501. OLE color: 15397501.

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

Color convert

RGB 125 242 234 -
CMYK 0.48 0 0.03 0.05
HSL 175.9º 0.82% 0.72% -
HSV(B) 175.9º 0.48% 0.95% -
XYZ 55.06 73.8 89.19 -
YUV 206.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 125 242 234 0.48 0 0.03 0.05 175.9 0.82 0.72
Hex 7D F2 EA 30 0 3 5 B0 52 48
Octal 175 362 352 60 0 3 5 260 122 110
Binary 1111101 11110010 11101010 110000 0 11 101 10110000 1010010 1001000

Color Harmonies of #7DF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2EA

Black with #7DF2EA

Text Example


Text Example

White with #7DF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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