Html Css Color HEX #7DFEEB Electric Blue

📋 copy color: '#7DFEEB'

red 125 ◦ green 254 ◦ blue 235

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

Shades of Electric Blue #7DFEEB

Tints of Electric Blue #7DFEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.37%

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 20.36%
G = 41.37%
B = 38.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#7DFEEB (or 0x7DFEEB) is known color: Electric Blue. HEX triplet: 7D, FE and EB. RGB value is (125,254,235). Sum of RGB (Red+Green+Blue) = 125+254+235=614 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.36% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEEB is #820114. Grayscale: #D5D5D5. Windows color (decimal): -8519957 or 15466109. OLE color: 15466109.

HSL color Cylindrical-coordinate representation of color #7DFEEB: hue angle of 171.16º 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 #7DFEEB is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 254 235 -
CMYK 0.51 0 0.07 0.00
HSL 171.16º 0.98% 0.74% -
HSV(B) 171.16º 0.51% 1% -
XYZ 58.89 81.24 91.17 -
YUV 213.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 125 254 235 0.51 0 0.07 0.00 171.16 0.98 0.74
Hex 7D FE EB 33 0 7 0 AB 62 4A
Octal 175 376 353 63 0 7 0 253 142 112
Binary 1111101 11111110 11101011 110011 0 111 0 10101011 1100010 1001010

Color Harmonies of #7DFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFEEB

Black with #7DFEEB

Text Example


Text Example

White with #7DFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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