Html Css Color HEX #7DEAFA Electric Blue

📋 copy color: '#7DEAFA'

red 125 ◦ green 234 ◦ blue 250

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

Shades of Electric Blue #7DEAFA

Tints of Electric Blue #7DEAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 20.53%
G = 38.42%
B = 41.05%

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

#7DEAFA (or 0x7DEAFA) is known color: Electric Blue. HEX triplet: 7D, EA and FA. RGB value is (125,234,250). Sum of RGB (Red+Green+Blue) = 125+234+250=609 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.53% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DEAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAFA is #821505. Grayscale: #CBCBCB. Windows color (decimal): -8525062 or 16444029. OLE color: 16444029.

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

Color convert

RGB 125 234 250 -
CMYK 0.50 0.06 0 0.02
HSL 187.68º 0.93% 0.74% -
HSV(B) 187.68º 0.5% 0.98% -
XYZ 55.14 70.11 101.07 -
YUV 203.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 125 234 250 0.50 0.06 0 0.02 187.68 0.93 0.74
Hex 7D EA FA 32 6 0 2 BC 5D 4A
Octal 175 352 372 62 6 0 2 274 135 112
Binary 1111101 11101010 11111010 110010 110 0 10 10111100 1011101 1001010

Color Harmonies of #7DEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAFA

Black with #7DEAFA

Text Example


Text Example

White with #7DEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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