Html Css Color HEX #7DE7FB Electric Blue

📋 copy color: '#7DE7FB'

red 125 ◦ green 231 ◦ blue 251

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

Shades of Electric Blue #7DE7FB

Tints of Electric Blue #7DE7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.06%

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

R = 20.59%
G = 38.06%
B = 41.35%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DE7FB (or 0x7DE7FB) is known color: Electric Blue. HEX triplet: 7D, E7 and FB. RGB value is (125,231,251). Sum of RGB (Red+Green+Blue) = 125+231+251=607 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.59% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DE7FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE7FB is #821804. Grayscale: #C9C9C9. Windows color (decimal): -8525829 or 16508797. OLE color: 16508797.

HSL color Cylindrical-coordinate representation of color #7DE7FB: hue angle of 189.52º 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 #7DE7FB is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 231 251 -
CMYK 0.50 0.08 0 0.02
HSL 189.52º 0.94% 0.74% -
HSV(B) 189.52º 0.5% 0.98% -
XYZ 54.45 68.48 101.61 -
YUV 201.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 125 231 251 0.50 0.08 0 0.02 189.52 0.94 0.74
Hex 7D E7 FB 32 8 0 2 BE 5E 4A
Octal 175 347 373 62 10 0 2 276 136 112
Binary 1111101 11100111 11111011 110010 1000 0 10 10111110 1011110 1001010

Color Harmonies of #7DE7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE7FB

Black with #7DE7FB

Text Example


Text Example

White with #7DE7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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