Html Css Color HEX #7DEBEF Electric Blue

📋 copy color: '#7DEBEF'

red 125 ◦ green 235 ◦ blue 239

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

Shades of Electric Blue #7DEBEF

Tints of Electric Blue #7DEBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 20.87%
G = 39.23%
B = 39.9%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7DEBEF (or 0x7DEBEF) is known color: Electric Blue. HEX triplet: 7D, EB and EF. RGB value is (125,235,239). Sum of RGB (Red+Green+Blue) = 125+235+239=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DEBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEBEF is #821410. Grayscale: #CACACA. Windows color (decimal): -8524817 or 15723389. OLE color: 15723389.

HSL color Cylindrical-coordinate representation of color #7DEBEF: hue angle of 182.11º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEBEF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 235 239 -
CMYK 0.48 0.02 0 0.06
HSL 182.11º 0.78% 0.71% -
HSV(B) 182.11º 0.48% 0.94% -
XYZ 53.75 70.01 92.34 -
YUV 202.57 148.56 72.67 -
System Red Green Blue C M Y K H S L
Decimal 125 235 239 0.48 0.02 0 0.06 182.11 0.78 0.71
Hex 7D EB EF 30 2 0 6 B6 4E 47
Octal 175 353 357 60 2 0 6 266 116 107
Binary 1111101 11101011 11101111 110000 10 0 110 10110110 1001110 1000111

Color Harmonies of #7DEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBEF

Black with #7DEBEF

Text Example


Text Example

White with #7DEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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