#7CFAF6

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

Shades of Electric Blue #7CFAF6

Tints of Electric Blue #7CFAF6

Color information

#7CFAF6 (or 0x7CFAF6) is unknown color: approx Electric Blue. HEX triplet: 7C, FA and F6. RGB value is (124,250,246). Sum of RGB (Red+Green+Blue) = 124+250+246=620 (82% of max value = 765). Red value is 124 (48.83% from 255 or 20% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFAF6 is #830509. Grayscale: #D3D3D3. Windows color (decimal): -8586506 or 16185980. OLE color: 16185980.

HSL color Cylindrical-coordinate representation of color #7CFAF6: hue angle of 178.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CFAF6 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB124250246-
CMYK0.5000.020.02
HSL178.1º92.65%73.33%-
HSV(B)178.1º50.4%98.04%-
XYZ59.1379.3199.38-
YUV211.87147.2665.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 246 (96.48% from 255) = 39.68%
R=20%
G=40.32%
B=39.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242502460.5000.020.02178.192.6573.33
Hex7CFAF632022b25d49
Octal17437236662022262135111
Binary11111001111101011110110110010010101011001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,250,246); }

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

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

 a { background-color: rgb(124,250,246); }

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

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

 span { border-color: rgb(124,250,246); }

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