#7FFFFD

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

Shades of Electric Blue #7FFFFD

Tints of Electric Blue #7FFFFD

Color information

#7FFFFD (or 0x7FFFFD) is unknown color: approx Electric Blue. HEX triplet: 7F, FF and FD. RGB value is (127,255,253). Sum of RGB (Red+Green+Blue) = 127+255+253=635 (84% of max value = 765). Red value is 127 (50% from 255 or 20% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFFFD is #800002. Grayscale: #D8D8D8. Windows color (decimal): -8388611 or 16646015. OLE color: 16646015.

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

Color convert

RGB127255253-
CMYK0.5000.010
HSL179.06º100%74.9%-
HSV(B)179.06º50.2%100%-
XYZ62.2483.12105.69-
YUV216.5148.5964.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=20%
G=40.16%
B=39.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272552530.5000.010179.0610074.9
Hex7FFFFD32010b3644b
Octal17737737562010263144113
Binary111111111111111111111011100100101011001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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