Html Css Color HEX #7DF2EE Electric Blue

📋 copy color: '#7DF2EE'

red 125 ◦ green 242 ◦ blue 238

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

Shades of Electric Blue #7DF2EE

Tints of Electric Blue #7DF2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 20.66%
G = 40%
B = 39.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#7DF2EE (or 0x7DF2EE) is known color: Electric Blue. HEX triplet: 7D, F2 and EE. RGB value is (125,242,238). Sum of RGB (Red+Green+Blue) = 125+242+238=605 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.66% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF2EE is #820D11. Grayscale: #CECECE. Windows color (decimal): -8523026 or 15659645. OLE color: 15659645.

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

Color convert

RGB 125 242 238 -
CMYK 0.48 0 0.02 0.05
HSL 177.95º 0.82% 0.72% -
HSV(B) 177.95º 0.48% 0.95% -
XYZ 55.64 74.04 92.25 -
YUV 206.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 125 242 238 0.48 0 0.02 0.05 177.95 0.82 0.72
Hex 7D F2 EE 30 0 2 5 B2 52 48
Octal 175 362 356 60 0 2 5 262 122 110
Binary 1111101 11110010 11101110 110000 0 10 101 10110010 1010010 1001000

Color Harmonies of #7DF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2EE

Black with #7DF2EE

Text Example


Text Example

White with #7DF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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