Html Css Color HEX #7DEEEC Electric Blue

📋 copy color: '#7DEEEC'

red 125 ◦ green 238 ◦ blue 236

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

Shades of Electric Blue #7DEEEC

Tints of Electric Blue #7DEEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.73%

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 20.87%
G = 39.73%
B = 39.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#7DEEEC (or 0x7DEEEC) is known color: Electric Blue. HEX triplet: 7D, EE and EC. RGB value is (125,238,236). Sum of RGB (Red+Green+Blue) = 125+238+236=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEEEC is #821113. Grayscale: #CBCBCB. Windows color (decimal): -8524052 or 15527549. OLE color: 15527549.

HSL color Cylindrical-coordinate representation of color #7DEEEC: hue angle of 178.94º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEEEC is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 238 236 -
CMYK 0.47 0 0.01 0.07
HSL 178.94º 0.77% 0.71% -
HSV(B) 178.94º 0.47% 0.93% -
XYZ 54.17 71.57 90.32 -
YUV 203.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 125 238 236 0.47 0 0.01 0.07 178.94 0.77 0.71
Hex 7D EE EC 2F 0 1 7 B3 4D 47
Octal 175 356 354 57 0 1 7 263 115 107
Binary 1111101 11101110 11101100 101111 0 1 111 10110011 1001101 1000111

Color Harmonies of #7DEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEEC

Black with #7DEEEC

Text Example


Text Example

White with #7DEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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