#7CEDFF

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

Shades of Electric Blue #7CEDFF

Tints of Electric Blue #7CEDFF

Color information

#7CEDFF (or 0x7CEDFF) is unknown color: approx Electric Blue. HEX triplet: 7C, ED and FF. RGB value is (124,237,255). Sum of RGB (Red+Green+Blue) = 124+237+255=616 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.13% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CEDFF is #831200. Grayscale: #CDCDCD. Windows color (decimal): -8589825 or 16772476. OLE color: 16772476.

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

Color convert

RGB124237255-
CMYK0.510.0700
HSL188.24º100%74.31%-
HSV(B)188.24º51.37%100%-
XYZ56.6572.07105.53-
YUV205.26156.0670.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.13%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 255 (100% from 255) = 41.40%
R=20.13%
G=38.47%
B=41.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242372550.510.0700188.2410074.31
Hex7CEDFF33700bc644a
Octal17435537763700274144112
Binary11111001110110111111111110011111001011110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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