Html Css Color HEX #7EECFD Electric Blue

📋 copy color: '#7EECFD'

red 126 ◦ green 236 ◦ blue 253

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

Shades of Electric Blue #7EECFD

Tints of Electric Blue #7EECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 20.49%
G = 38.37%
B = 41.14%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7EECFD (or 0x7EECFD) is known color: Electric Blue. HEX triplet: 7E, EC and FD. RGB value is (126,236,253). Sum of RGB (Red+Green+Blue) = 126+236+253=615 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.49% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #7EECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECFD is #811302. Grayscale: #CCCCCC. Windows color (decimal): -8459011 or 16641150. OLE color: 16641150.

HSL color Cylindrical-coordinate representation of color #7EECFD: hue angle of 188.03º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EECFD is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 236 253 -
CMYK 0.50 0.07 0 0.01
HSL 188.03º 0.97% 0.74% -
HSV(B) 188.03º 0.5% 0.99% -
XYZ 56.33 71.52 103.76 -
YUV 205.05 155.06 71.62 -
System Red Green Blue C M Y K H S L
Decimal 126 236 253 0.50 0.07 0 0.01 188.03 0.97 0.74
Hex 7E EC FD 32 7 0 1 BC 61 4A
Octal 176 354 375 62 7 0 1 274 141 112
Binary 1111110 11101100 11111101 110010 111 0 1 10111100 1100001 1001010

Color Harmonies of #7EECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECFD

Black with #7EECFD

Text Example


Text Example

White with #7EECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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