Html Css Color HEX #7EECED Electric Blue

📋 copy color: '#7EECED'

red 126 ◦ green 236 ◦ blue 237

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

Shades of Electric Blue #7EECED

Tints of Electric Blue #7EECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.4%

 BLUE value IS 237 (92.97% from 255) = 39.57%

R = 21.04%
G = 39.4%
B = 39.57%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EECED (or 0x7EECED) is known color: Electric Blue. HEX triplet: 7E, EC and ED. RGB value is (126,236,237). Sum of RGB (Red+Green+Blue) = 126+236+237=599 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.04% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECED is #811312. Grayscale: #CBCBCB. Windows color (decimal): -8459027 or 15592574. OLE color: 15592574.

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

Color convert

RGB 126 236 237 -
CMYK 0.47 0.00 0 0.07
HSL 180.54º 0.76% 0.71% -
HSV(B) 180.54º 0.47% 0.93% -
XYZ 53.89 70.54 90.9 -
YUV 203.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 126 236 237 0.47 0.00 0 0.07 180.54 0.76 0.71
Hex 7E EC ED 2F 0 0 7 B5 4C 47
Octal 176 354 355 57 0 0 7 265 114 107
Binary 1111110 11101100 11101101 101111 0 0 111 10110101 1001100 1000111

Color Harmonies of #7EECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECED

Black with #7EECED

Text Example


Text Example

White with #7EECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,236,237); }

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

background-color css

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

 a { background-color: rgb(126,236,237); }

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

border-color css

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

 span { border-color: rgb(126,236,237); }

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