#7BFFFD

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

Shades of Electric Blue #7BFFFD

Tints of Electric Blue #7BFFFD

Color information

#7BFFFD (or 0x7BFFFD) is unknown color: approx Electric Blue. HEX triplet: 7B, FF and FD. RGB value is (123,255,253). Sum of RGB (Red+Green+Blue) = 123+255+253=631 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.49% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFFFD is #840002. Grayscale: #D7D7D7. Windows color (decimal): -8650755 or 16646011. OLE color: 16646011.

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

Color convert

RGB123255253-
CMYK0.5200.010
HSL179.09º100%74.12%-
HSV(B)179.09º51.76%100%-
XYZ61.6682.82105.67-
YUV215.3149.2762.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 19.49%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=19.49%
G=40.41%
B=40.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232552530.5200.010179.0910074.12
Hex7BFFFD34010b3644a
Octal17337737564010263144112
Binary111101111111111111111011101000101011001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,255,253); }

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

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

 a { background-color: rgb(123,255,253); }

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

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

 span { border-color: rgb(123,255,253); }

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