Html Css Color HEX #7EE8EE Electric Blue

📋 copy color: '#7EE8EE'

red 126 ◦ green 232 ◦ blue 238

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

Shades of Electric Blue #7EE8EE

Tints of Electric Blue #7EE8EE

RGB

 RED value IS 126 (49.61% from 255) = 21.14%

 GREEN value IS 232 (91.02% from 255) = 38.93%

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

R = 21.14%
G = 38.93%
B = 39.93%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EE8EE (or 0x7EE8EE) is known color: Electric Blue. HEX triplet: 7E, E8 and EE. RGB value is (126,232,238). Sum of RGB (Red+Green+Blue) = 126+232+238=596 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.14% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #7EE8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE8EE is #811711. Grayscale: #C8C8C8. Windows color (decimal): -8460050 or 15657086. OLE color: 15657086.

HSL color Cylindrical-coordinate representation of color #7EE8EE: hue angle of 183.21º 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 #7EE8EE is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 232 238 -
CMYK 0.47 0.03 0 0.07
HSL 183.21º 0.77% 0.71% -
HSV(B) 183.21º 0.47% 0.93% -
XYZ 52.89 68.32 91.29 -
YUV 200.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 126 232 238 0.47 0.03 0 0.07 183.21 0.77 0.71
Hex 7E E8 EE 2F 3 0 7 B7 4D 47
Octal 176 350 356 57 3 0 7 267 115 107
Binary 1111110 11101000 11101110 101111 11 0 111 10110111 1001101 1000111

Color Harmonies of #7EE8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE8EE

Black with #7EE8EE

Text Example


Text Example

White with #7EE8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,232,238); }

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

background-color css

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

 a { background-color: rgb(126,232,238); }

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

border-color css

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

 span { border-color: rgb(126,232,238); }

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