Html Css Color HEX #7DEBED Electric Blue

📋 copy color: '#7DEBED'

red 125 ◦ green 235 ◦ blue 237

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

Shades of Electric Blue #7DEBED

Tints of Electric Blue #7DEBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.36%

 BLUE value IS 237 (92.97% from 255) = 39.7%

R = 20.94%
G = 39.36%
B = 39.7%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DEBED (or 0x7DEBED) is known color: Electric Blue. HEX triplet: 7D, EB and ED. RGB value is (125,235,237). Sum of RGB (Red+Green+Blue) = 125+235+237=597 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.94% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DEBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEBED is #821412. Grayscale: #CACACA. Windows color (decimal): -8524819 or 15592317. OLE color: 15592317.

HSL color Cylindrical-coordinate representation of color #7DEBED: hue angle of 181.07º degrees, saturation: 0.76, 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 #7DEBED is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 235 237 -
CMYK 0.47 0.01 0 0.07
HSL 181.07º 0.76% 0.71% -
HSV(B) 181.07º 0.47% 0.93% -
XYZ 53.45 69.89 90.79 -
YUV 202.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 125 235 237 0.47 0.01 0 0.07 181.07 0.76 0.71
Hex 7D EB ED 2F 1 0 7 B5 4C 47
Octal 175 353 355 57 1 0 7 265 114 107
Binary 1111101 11101011 11101101 101111 1 0 111 10110101 1001100 1000111

Color Harmonies of #7DEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBED

Black with #7DEBED

Text Example


Text Example

White with #7DEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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