Html Css Color HEX #7DEAFE Electric Blue

📋 copy color: '#7DEAFE'

red 125 ◦ green 234 ◦ blue 254

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

Shades of Electric Blue #7DEAFE

Tints of Electric Blue #7DEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 20.39%
G = 38.17%
B = 41.44%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DEAFE (or 0x7DEAFE) is known color: Electric Blue. HEX triplet: 7D, EA and FE. RGB value is (125,234,254). Sum of RGB (Red+Green+Blue) = 125+234+254=613 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.39% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAFE is #821501. Grayscale: #CBCBCB. Windows color (decimal): -8525058 or 16706173. OLE color: 16706173.

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

Color convert

RGB 125 234 254 -
CMYK 0.51 0.08 0 0.00
HSL 189.3º 0.98% 0.74% -
HSV(B) 189.3º 0.51% 1% -
XYZ 55.77 70.36 104.41 -
YUV 203.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 125 234 254 0.51 0.08 0 0.00 189.3 0.98 0.74
Hex 7D EA FE 33 8 0 0 BD 62 4A
Octal 175 352 376 63 10 0 0 275 142 112
Binary 1111101 11101010 11111110 110011 1000 0 0 10111101 1100010 1001010

Color Harmonies of #7DEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAFE

Black with #7DEAFE

Text Example


Text Example

White with #7DEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,234,254); }

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

background-color css

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

 a { background-color: rgb(125,234,254); }

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

border-color css

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

 span { border-color: rgb(125,234,254); }

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