Html Css Color HEX #7DEAF6 Electric Blue

📋 copy color: '#7DEAF6'

red 125 ◦ green 234 ◦ blue 246

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

Shades of Electric Blue #7DEAF6

Tints of Electric Blue #7DEAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.66%

R = 20.66%
G = 38.68%
B = 40.66%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7DEAF6 (or 0x7DEAF6) is known color: Electric Blue. HEX triplet: 7D, EA and F6. RGB value is (125,234,246). Sum of RGB (Red+Green+Blue) = 125+234+246=605 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.66% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #7DEAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAF6 is #821509. Grayscale: #CACACA. Windows color (decimal): -8525066 or 16181885. OLE color: 16181885.

HSL color Cylindrical-coordinate representation of color #7DEAF6: hue angle of 185.95º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DEAF6 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 234 246 -
CMYK 0.49 0.05 0 0.04
HSL 185.95º 0.87% 0.73% -
HSV(B) 185.95º 0.49% 0.96% -
XYZ 54.51 69.86 97.8 -
YUV 202.78 152.39 72.52 -
System Red Green Blue C M Y K H S L
Decimal 125 234 246 0.49 0.05 0 0.04 185.95 0.87 0.73
Hex 7D EA F6 31 5 0 4 BA 57 49
Octal 175 352 366 61 5 0 4 272 127 111
Binary 1111101 11101010 11110110 110001 101 0 100 10111010 1010111 1001001

Color Harmonies of #7DEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAF6

Black with #7DEAF6

Text Example


Text Example

White with #7DEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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