#7CF0FD

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

Shades of Electric Blue #7CF0FD

Tints of Electric Blue #7CF0FD

Color information

#7CF0FD (or 0x7CF0FD) is unknown color: approx Electric Blue. HEX triplet: 7C, F0 and FD. RGB value is (124,240,253). Sum of RGB (Red+Green+Blue) = 124+240+253=617 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.10% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CF0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF0FD is #830F02. Grayscale: #CECECE. Windows color (decimal): -8589059 or 16642172. OLE color: 16642172.

HSL color Cylindrical-coordinate representation of color #7CF0FD: hue angle of 186.05º degrees, saturation: 0.97, 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 #7CF0FD is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB124240253-
CMYK0.510.0500.01
HSL186.05º96.99%73.92%-
HSV(B)186.05º50.99%99.22%-
XYZ57.273.7104.14-
YUV206.8154.0768.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.10%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=20.10%
G=38.90%
B=41.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1242402530.510.0500.01186.0596.9973.92
Hex7CF0FD33501ba614a
Octal17436037563501272141112
Binary11111001111000011111101110011101011011101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,240,253); }

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

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

 a { background-color: rgb(124,240,253); }

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

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

 span { border-color: rgb(124,240,253); }

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