Html Css Color HEX #7EECFC Electric Blue

📋 copy color: '#7EECFC'

red 126 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #7EECFC

Tints of Electric Blue #7EECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 20.52%
G = 38.44%
B = 41.04%

CMYK

 C value IS 0.5

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7EECFC (or 0x7EECFC) is known color: Electric Blue. HEX triplet: 7E, EC and FC. RGB value is (126,236,252). Sum of RGB (Red+Green+Blue) = 126+236+252=614 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.52% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECFC is #811303. Grayscale: #CCCCCC. Windows color (decimal): -8459012 or 16575614. OLE color: 16575614.

HSL color Cylindrical-coordinate representation of color #7EECFC: hue angle of 187.62º degrees, saturation: 0.95, 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 #7EECFC is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 236 252 -
CMYK 0.5 0.06 0 0.01
HSL 187.62º 0.95% 0.74% -
HSV(B) 187.62º 0.5% 0.99% -
XYZ 56.17 71.45 102.93 -
YUV 204.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 126 236 252 0.5 0.06 0 0.01 187.62 0.95 0.74
Hex 7E EC FC 32 6 0 1 BC 5F 4A
Octal 176 354 374 62 6 0 1 274 137 112
Binary 1111110 11101100 11111100 110010 110 0 1 10111100 1011111 1001010

Color Harmonies of #7EECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECFC

Black with #7EECFC

Text Example


Text Example

White with #7EECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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