#7FFDF6

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

Shades of Electric Blue #7FFDF6

Tints of Electric Blue #7FFDF6

Color information

#7FFDF6 (or 0x7FFDF6) is unknown color: approx Electric Blue. HEX triplet: 7F, FD and F6. RGB value is (127,253,246). Sum of RGB (Red+Green+Blue) = 127+253+246=626 (82% of max value = 765). Red value is 127 (50% from 255 or 20.29% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFDF6 is #800209. Grayscale: #D6D6D6. Windows color (decimal): -8389130 or 16186751. OLE color: 16186751.

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

Color convert

RGB127253246-
CMYK0.5000.030.01
HSL176.67º96.92%74.51%-
HSV(B)176.67º49.8%99.22%-
XYZ60.5181.4299.71-
YUV214.53145.7665.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.29%
GREEN value IS 253 (99.22% from 255) = 40.42%
BLUE value IS 246 (96.48% from 255) = 39.30%
R=20.29%
G=40.42%
B=39.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272532460.5000.030.01176.6796.9274.51
Hex7FFDF632031b1614b
Octal17737536662031261141113
Binary1111111111111011111011011001001111011000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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