Html Css Color HEX #7EECEE Electric Blue

📋 copy color: '#7EECEE'

red 126 ◦ green 236 ◦ blue 238

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

Shades of Electric Blue #7EECEE

Tints of Electric Blue #7EECEE

RGB

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

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

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

R = 21%
G = 39.33%
B = 39.67%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EECEE (or 0x7EECEE) is known color: Electric Blue. HEX triplet: 7E, EC and EE. RGB value is (126,236,238). Sum of RGB (Red+Green+Blue) = 126+236+238=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #7EECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECEE is #811311. Grayscale: #CBCBCB. Windows color (decimal): -8459026 or 15658110. OLE color: 15658110.

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

Color convert

RGB 126 236 238 -
CMYK 0.47 0.01 0 0.07
HSL 181.07º 0.77% 0.71% -
HSV(B) 181.07º 0.47% 0.93% -
XYZ 54.03 70.6 91.67 -
YUV 203.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 126 236 238 0.47 0.01 0 0.07 181.07 0.77 0.71
Hex 7E EC EE 2F 1 0 7 B5 4D 47
Octal 176 354 356 57 1 0 7 265 115 107
Binary 1111110 11101100 11101110 101111 1 0 111 10110101 1001101 1000111

Color Harmonies of #7EECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECEE

Black with #7EECEE

Text Example


Text Example

White with #7EECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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