Html Css Color HEX #7DEEF1 Electric Blue

📋 copy color: '#7DEEF1'

red 125 ◦ green 238 ◦ blue 241

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

Shades of Electric Blue #7DEEF1

Tints of Electric Blue #7DEEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 241 (94.53% from 255) = 39.9%

R = 20.7%
G = 39.4%
B = 39.9%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7DEEF1 (or 0x7DEEF1) is known color: Electric Blue. HEX triplet: 7D, EE and F1. RGB value is (125,238,241). Sum of RGB (Red+Green+Blue) = 125+238+241=604 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.70% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DEEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEEF1 is #82110E. Grayscale: #CCCCCC. Windows color (decimal): -8524047 or 15855229. OLE color: 15855229.

HSL color Cylindrical-coordinate representation of color #7DEEF1: hue angle of 181.55º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEEF1 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 238 241 -
CMYK 0.48 0.01 0 0.05
HSL 181.55º 0.81% 0.72% -
HSV(B) 181.55º 0.48% 0.95% -
XYZ 54.91 71.86 94.2 -
YUV 204.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 125 238 241 0.48 0.01 0 0.05 181.55 0.81 0.72
Hex 7D EE F1 30 1 0 5 B6 51 48
Octal 175 356 361 60 1 0 5 266 121 110
Binary 1111101 11101110 11110001 110000 1 0 101 10110110 1010001 1001000

Color Harmonies of #7DEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEEF1

Black with #7DEEF1

Text Example


Text Example

White with #7DEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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