Html Css Color HEX #7CECFC Electric Blue

📋 copy color: '#7CECFC'

red 124 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #7CECFC

Tints of Electric Blue #7CECFC

RGB

 RED value IS 124 (48.83% from 255) = 20.26%

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

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

R = 20.26%
G = 38.56%
B = 41.18%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CECFC (or 0x7CECFC) is known color: Electric Blue. HEX triplet: 7C, EC and FC. RGB value is (124,236,252). Sum of RGB (Red+Green+Blue) = 124+236+252=612 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.26% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CECFC is #831303. Grayscale: #CCCCCC. Windows color (decimal): -8590084 or 16575612. OLE color: 16575612.

HSL color Cylindrical-coordinate representation of color #7CECFC: hue angle of 187.5º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CECFC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 124 236 252 -
CMYK 0.51 0.06 0 0.01
HSL 187.5º 0.96% 0.74% -
HSV(B) 187.5º 0.51% 0.99% -
XYZ 55.88 71.3 102.91 -
YUV 204.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 124 236 252 0.51 0.06 0 0.01 187.5 0.96 0.74
Hex 7C EC FC 33 6 0 1 BC 60 4A
Octal 174 354 374 63 6 0 1 274 140 112
Binary 1111100 11101100 11111100 110011 110 0 1 10111100 1100000 1001010

Color Harmonies of #7CECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CECFC

Black with #7CECFC

Text Example


Text Example

White with #7CECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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