#7CECFF

Color #7CECFF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7CECFF

Tints of Electric Blue #7CECFF

Color information

#7CECFF (or 0x7CECFF) is unknown color: approx Electric Blue. HEX triplet: 7C, EC and FF. RGB value is (124,236,255). Sum of RGB (Red+Green+Blue) = 124+236+255=615 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.16% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CECFF is #831300. Grayscale: #CCCCCC. Windows color (decimal): -8590081 or 16772220. OLE color: 16772220.

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

Color convert

RGB124236255-
CMYK0.510.0700
HSL188.7º100%74.31%-
HSV(B)188.7º51.37%100%-
XYZ56.3671.5105.44-
YUV204.68156.3970.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.16%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 255 (100% from 255) = 41.46%
R=20.16%
G=38.37%
B=41.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242362550.510.0700188.710074.31
Hex7CECFF33700bd644a
Octal17435437763700275144112
Binary11111001110110011111111110011111001011110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CECFF;
 }
 .AnyTagClassName
 {
   color: #7CECFF;
 }
</style>
background-color css

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

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

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

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

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

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