Html Css Color HEX #7DEAEE Electric Blue

📋 copy color: '#7DEAEE'

red 125 ◦ green 234 ◦ blue 238

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

Shades of Electric Blue #7DEAEE

Tints of Electric Blue #7DEAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 20.94%
G = 39.2%
B = 39.87%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DEAEE (or 0x7DEAEE) is known color: Electric Blue. HEX triplet: 7D, EA and EE. RGB value is (125,234,238). Sum of RGB (Red+Green+Blue) = 125+234+238=597 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.94% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DEAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAEE is #821511. Grayscale: #C9C9C9. Windows color (decimal): -8525074 or 15657597. OLE color: 15657597.

HSL color Cylindrical-coordinate representation of color #7DEAEE: hue angle of 182.12º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAEE is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 234 238 -
CMYK 0.47 0.02 0 0.07
HSL 182.12º 0.77% 0.71% -
HSV(B) 182.12º 0.47% 0.93% -
XYZ 53.31 69.38 91.47 -
YUV 201.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 125 234 238 0.47 0.02 0 0.07 182.12 0.77 0.71
Hex 7D EA EE 2F 2 0 7 B6 4D 47
Octal 175 352 356 57 2 0 7 266 115 107
Binary 1111101 11101010 11101110 101111 10 0 111 10110110 1001101 1000111

Color Harmonies of #7DEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAEE

Black with #7DEAEE

Text Example


Text Example

White with #7DEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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