Html Css Color HEX #7DEBFB Electric Blue

📋 copy color: '#7DEBFB'

red 125 ◦ green 235 ◦ blue 251

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

Shades of Electric Blue #7DEBFB

Tints of Electric Blue #7DEBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.08%

R = 20.46%
G = 38.46%
B = 41.08%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DEBFB (or 0x7DEBFB) is known color: Electric Blue. HEX triplet: 7D, EB and FB. RGB value is (125,235,251). Sum of RGB (Red+Green+Blue) = 125+235+251=611 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.46% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DEBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEBFB is #821404. Grayscale: #CBCBCB. Windows color (decimal): -8524805 or 16509821. OLE color: 16509821.

HSL color Cylindrical-coordinate representation of color #7DEBFB: hue angle of 187.62º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DEBFB is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 235 251 -
CMYK 0.50 0.06 0 0.02
HSL 187.62º 0.94% 0.74% -
HSV(B) 187.62º 0.5% 0.98% -
XYZ 55.58 70.74 101.99 -
YUV 203.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 125 235 251 0.50 0.06 0 0.02 187.62 0.94 0.74
Hex 7D EB FB 32 6 0 2 BC 5E 4A
Octal 175 353 373 62 6 0 2 274 136 112
Binary 1111101 11101011 11111011 110010 110 0 10 10111100 1011110 1001010

Color Harmonies of #7DEBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBFB

Black with #7DEBFB

Text Example


Text Example

White with #7DEBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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