#7CFEFF

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

Shades of Electric Blue #7CFEFF

Tints of Electric Blue #7CFEFF

Color information

#7CFEFF (or 0x7CFEFF) is unknown color: approx Electric Blue. HEX triplet: 7C, FE and FF. RGB value is (124,254,255). Sum of RGB (Red+Green+Blue) = 124+254+255=633 (83% of max value = 765). Red value is 124 (48.83% from 255 or 19.59% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFEFF is #830100. Grayscale: #D7D7D7. Windows color (decimal): -8585473 or 16776828. OLE color: 16776828.

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

Color convert

RGB124254255-
CMYK0.510.0000
HSL180.46º100%74.31%-
HSV(B)180.46º51.37%100%-
XYZ61.882.39107.25-
YUV215.24150.4362.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 19.59%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 255 (100% from 255) = 40.28%
R=19.59%
G=40.13%
B=40.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242542550.510.0000180.4610074.31
Hex7CFEFF33000b4644a
Octal17437637763000264144112
Binary111110011111110111111111100110001011010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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