Html Css Color HEX #7DFFFB Electric Blue

📋 copy color: '#7DFFFB'

red 125 ◦ green 255 ◦ blue 251

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

Shades of Electric Blue #7DFFFB

Tints of Electric Blue #7DFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.41%

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

R = 19.81%
G = 40.41%
B = 39.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#7DFFFB (or 0x7DFFFB) is known color: Electric Blue. HEX triplet: 7D, FF and FB. RGB value is (125,255,251). Sum of RGB (Red+Green+Blue) = 125+255+251=631 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.81% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFFB is #820004. Grayscale: #D7D7D7. Windows color (decimal): -8519685 or 16514941. OLE color: 16514941.

HSL color Cylindrical-coordinate representation of color #7DFFFB: hue angle of 178.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFFFB is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 251 -
CMYK 0.51 0 0.02 0
HSL 178.15º 1% 0.75% -
HSV(B) 178.15º 0.51% 1% -
XYZ 61.63 82.85 104.01 -
YUV 215.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 125 255 251 0.51 0 0.02 0 178.15 1 0.75
Hex 7D FF FB 33 0 2 0 B2 64 4B
Octal 175 377 373 63 0 2 0 262 144 113
Binary 1111101 11111111 11111011 110011 0 10 0 10110010 1100100 1001011

Color Harmonies of #7DFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFFFB

Black with #7DFFFB

Text Example


Text Example

White with #7DFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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